About Page Data
@can('about_us_create') Create About Us @endcan
@canany(['about_us_edit','about_us_delete','about_us_view']) @endcan @foreach ($about as $key => $about) @endforeach
# Title ImageAction
{{$key+1}} {{$about->title}} image
@can('about_us_view') @endcan @can('about_us_edit') @endcan @can('about_us_delete')
@method('DELETE') @csrf
@endcan