@extends('admin.layout.app') @section('pageTitle')

{{ __('اقسام الاعمال')}}

@stop @section('css') @stop @section('content')
{{ __('اقسام الاعمال') }}
{{ __('Add New +') }}
@foreach($categories as $item) @endforeach
{{ __('#') }} {{ __('English Title') }} {{ __('Arabic Title') }} {{ __('Action') }}
{{$loop->iteration}} {{$item->title}} {{$item->title_ar}} {{-- @can('delete', $item) --}} {{-- @endcan --}}
@stop @section('js') @stop