{{ isset($testimonial->id) ? __('testimonials.title_edit'): __('testimonials.title_create') }}
{{ __('navigation.home') }}
{{ __('navigation.testimonials') }}
{{ isset($testimonial->id) ? __('navigation.edit'): __('navigation.create') }}
@csrf @isset($testimonial->id) @method('PUT') @endisset
{{ isset($testimonial->id) ? __('testimonials.title_edit'): __('testimonials.title_create') }}
{{ __('testimonials.image') }}
{{ $errors->first('image') }}
{{ __('testimonials.name') }}
{{ $errors->first('name') }}
{{ __('testimonials.job') }}
{{ $errors->first('job') }}
{{ __('testimonials.body') }}
{{ old('body', $testimonial->body) }}
{{ $errors->first('body') }}