@extends('admin.layout.app') @section('title', 'Legal Eagle - Create testimonials ') @push('headerscript') @endpush @section('content')

Testimonials

@csrf
{{ $errors->first('title')}}
{{ $errors->first('testimonial_image')}}
{{ $errors->first('testimonial_description')}}

@endsection @push('footerscript') @endpush