@extends("backend.layouts.app") @section("title") Create Testimonial @endsection @section("breadcrumbs") Testimonials Create @endsection @section("content") Create New Testimonial Back to List @csrf Image Click to Upload Image Remove Image @if($errors->has('image')) {{ $errors->first('image') }} @endif Name * @if($errors->has('name')) {{ $errors->first('name') }} @endif Description * {{ old('description') }} @if($errors->has('description')) {{ $errors->first('description') }} @endif Rating * @if($errors->has('stars')) {{ $errors->first('stars') }} @endif Cancel Save Testimonial @endsection @push('after-styles') @endpush @push('after-scripts') @endpush