@extends("layouts.dashboard.app") @section("page-nav-title")

{{__("Website About")}}

{{__("Control and view Website About")}}

@endsection @section("content") @include("layouts.main-parts.page-message")
@foreach($about_website as $index => $about) {{-- {{dd($about->getFirstMediaFile('About'))}}--}} @endforeach
{{__("ID")}} {{__('Title En')}} {{__('Title Ar')}} {{__('Image')}} {{__('Description En')}} {{__('Description Ar')}} {{__("Control")}}
{{++$index}} {{$about->title_en}} {{$about->title_ar}} {{$about->description_en}} {{$about->description_ar}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$about->id}}" style="display: none" data-swal-title="Delete Website About" data-swal-text="Are Your Sure To Delete This Website About?" data-yes="Yes" data-no="No" data-success-msg="the Website About has been deleted succssfully">@csrf @method("delete")
@endsection @section("scripts") @endsection