@extends('admin.layout.app') @section('title', 'INSURANCE - Create Testimonials ') @push('headerscript') @endpush @section('content')

Testimonials

{!! Form::model($row, ['method'=>'patch', 'files' => true, 'route' => ['testimonial.update', $row->id]]) !!} @csrf
{{ $errors->first('title')}}
{{ $errors->first('testimonial_image',$row->testimonial_image)}}
{{ $errors->first('testimonial_description')}}

@endsection @push('footerscript') @endpush