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

{{__("Testimonials")}}

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

@endsection @section("content")

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

@csrf
@error("name")
{{$message}}
@enderror
@error("body")
{{$message}}
@enderror
@error("date")
{{$message}}
@enderror
@error("image")
{{$message}}
@enderror
@endsection @section("scripts") @endsection