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

{{__("About")}}

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

@endsection @section("content") @include("layouts.main-parts.page-message")
{{__('Create')}}
@foreach($about_website as $index => $about) @endforeach
{{__("ID")}} {{__('Title En')}} {{__('Title Ar')}} {{__('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 About" data-swal-text="Are Your Sure To Delete This About?" data-yes="Yes" data-no="No" data-success-msg="the About has been deleted succssfully">@csrf @method("delete")
@endsection @section("scripts") @endsection