@extends('header.header') @section('content')
@if (session('edit'))
{{ session('edit') }}
@endif
{{__('About Us')}}

{{__('About Us table')}}

@foreach($abouts as $about) @endforeach
{{__('Text')}} {{__('Action')}}
id)}}">
$about->id])}}" method="post" id="delete{{$about->id}}" style="display: none" data-swal-title="{{__('Delete About us')}}" data-swal-text="{{__('Are Your Sure To Delete This About us ?')}}" data-yes="{{__('Yes')}}" data-no="{{__('No')}}" data-success-msg="{{__('the Term And Condition has been deleted succssfully')}}">@csrf @method("delete")
{{$abouts->links()}}
@endsection @section("scripts") @endsection