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

{{__("Testimonials")}}

{{__("Digisol Our clients")}}

@endsection @section("content")

{{__("Edit Our clients")}}

$homeTitle->id])}}" enctype="multipart/form-data"> @csrf
@error("name")
{{$message}}
@enderror
@error("body")
{{$message}}
@enderror
@error("date")
{{$message}}
@enderror
@error("image")
{{$message}}
@enderror
@endsection @section("scripts") @endsection