@section('Dashboard')

comment {!! __('Create Testimonial') !!}

{!! __('Welcome to the Testimonial Management Dashboard! Here, you can easily Create new Testimonial to tailor the system to your needs. Simply navigate to the Create Testimonial section to get Started.') !!}


@if($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif
@csrf

{!! __('Testimonial Form') !!}

@csrf
@error('title_en')
{{ $message }}
@enderror
@error('title_ar')
{{ $message }}
@enderror
@error('jop_title')
{!! $message !!}
@enderror
@include('layouts.footer')
@endsection