@extends('dashboard.layouts.master') @section('title') @endsection @section('css') @include('dashboard.layouts.css') @endsection @section('body')

@foreach($aboutUsItems as $aboutUs) @endforeach
# عنوان التفاصيل القصيرة الصورة العمليات
{{ $loop->iteration }} {{ $aboutUs->name }} {{ $aboutUs->about_us_short }} @if ($aboutUs->image_url) @else No image available @endif
@csrf @method('DELETE')
@endsection @section('js') @include('dashboard.layouts.js') @endsection