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

{{__("HomeTestimonial")}}

@endsection @section("content") @include("includes.dialog")
@if($testimonials->count() <= 2) @endif
@foreach($testimonials as $testimonial) @endforeach
{{__("Image")}} {{__("Name")}} {{__("Body")}} {{__("Date")}} {{__("Control")}}
@if($testimonial->getFirstMediaFile()) @endif {{$testimonial->getTitleAttribute()}} {{$testimonial->getDescriptionAttribute()}} {{date('d-m-Y', strtotime($testimonial->date))}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$testimonial->id}}" style="display: none" data-swal-title="{{__("Delete Says HomeTestimonial")}}" data-swal-text="{{__("Are You Sure To Delete This Says HomeTestimonial?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("the Says HomeTestimonial has been deleted successfully")}}">@csrf @method("delete")
@endsection @section("scripts") @endsection