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

{{__("Testimonials")}}

@endsection @section("content") @include("layouts.main-parts.page-message")
{{__('Create New Testimonial')}}
@foreach($testimonials as $testimonial) @endforeach
{{__("ID")}} {{__('Image')}} {{__('Name En')}} {{__('Name Ar')}} {{__('Title En')}} {{__('Title Ar')}} {{__('Opinion En')}} {{__('Opinion Ar')}} {{__("Control")}}
{{$testimonial->id}} {{$testimonial->name_en}} {{$testimonial->name_ar}} {{$testimonial->title_en}} {{$testimonial->title_ar}} id)}}" class="control-link edit">
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