@extends("backend.layouts.app") @section("title") Create Testimonial @endsection @section("breadcrumbs") Testimonials Create @endsection @section("content")

Create New Testimonial

Back to List
@csrf

Click to Upload Image
@if($errors->has('image')) {{ $errors->first('image') }} @endif
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if($errors->has('stars')) {{ $errors->first('stars') }} @endif
Cancel
@endsection @push('after-styles') @endpush @push('after-scripts') @endpush