@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.marketingTestimonial.title_singular') }}
@csrf
@if($errors->has('title')) {{ $errors->first('title') }} @endif {{ trans('cruds.marketingTestimonial.fields.title_helper') }}
@if($errors->has('designation')) {{ $errors->first('designation') }} @endif {{ trans('cruds.marketingTestimonial.fields.designation_helper') }}
@if($errors->has('photo')) {{ $errors->first('photo') }} @endif {{ trans('cruds.marketingTestimonial.fields.photo_helper') }}
@if($errors->has('review_text')) {{ $errors->first('review_text') }} @endif {{ trans('cruds.marketingTestimonial.fields.review_text_helper') }}
@endsection @section('scripts') @endsection