@section('optional_css') @endsection @section('optional_js') @endsection

{{ __('Testimonial') }}

{{ __('Create') }} {{ __('Testimonial') }} @csrf
{{ __('Name') }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{ __('Profession') }}
@if ($errors->has('profession')) {{ $errors->first('profession') }} @endif
{{ __('Testimonial') }}
@if ($errors->has('testimonial')) {{ $errors->first('testimonial') }} @endif
{{ __('Photo') }}
Select Image Remove

Upload photo if add photo

@if ($errors->has('photo')) {{ $errors->first('photo') }} @endif
{{ __('Publish') }}
{{ __('Save') }}