@section('optional_css') @endsection @section('optional_js') @endsection {{ __('Testimonial') }} @if(session('success')) {{ session('success') }} @endif {{ __('Edit') }} {{ __('Testimonial') }} @csrf @method('PUT') {{ __('Name') }} @if ($errors->has('name')) {{ $errors->first('name') }} @endif {{ __('Profession') }} @if ($errors->has('profession')) {{ $errors->first('profession') }} @endif {{ __('Testimonial') }} {{ old('testimonial', $testimonial->testimonial) }} @if ($errors->has('testimonial')) {{ $errors->first('testimonial') }} @endif {{ __('Photo') }} @if(!empty($testimonial->photo)) @endif Select Image Remove Upload photo if add photo @if ($errors->has('photo')) {{ $errors->first('photo') }} @endif {{ __('Publish') }} publish))?'checked':'' }} data-bootstrap-switch> {{ __('Save') }}
Upload photo if add photo