@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("testimonials")}}

{{__("all-testimonials")}}

@endsection @section("content") @include("includes.dialog")
@if(isPermissionsAllowed("control-about")) @endif
@foreach($testimonials as $testimonial) {{-- --}} @if(isPermissionsAllowed("control-about")) @endif @endforeach
# {{__("Image")}} {{__("Control")}}
{{$about->id}}{{$serial_number++}} @if($testimonial->getFirstMediaFile()) @endif $testimonial->id])}}" class="control-link edit">
$testimonial->id])}}" method="post" id="delete{{$testimonial->id}}" style="display: none" data-swal-title="{{__('delete-testimonial')}}" data-swal-text="{{__('Are Your Sure To Delete This testimonial ?')}}" data-yes="{{__('Yes')}}" data-no="{{__('No')}}" data-success-msg="{{__('the testimonial has been deleted succssfully')}}">@csrf @method("delete")
@endsection @section("scripts") @endsection