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

{{__("first paragraph")}}

@endsection @section("content") @include("includes.dialog")
@if($firsts->count()!=1) @endif
@foreach($firsts as $firsts) @endforeach
{{__("Title")}} {{__("Description")}} {{__("Control")}}
{{$firsts->getTitleAttribute()}} {{$firsts->getDescriptionAttribute()}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$firsts->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