@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Testimonial List')) @section('header-title')

{{ __('New Testimonial') }}

@endsection @push('styles') @endpush @section('content')
@csrf
@error('name')

{{ $message }}

@enderror
{{ __('Characters') }}: 0/60
@error('designation')

{{ $message }}

@enderror
{{ __('Characters') }}: 0/250
@error('description')

{{ $message }}

@enderror

{{ __('Picture') }} (JPG, JPEG, PNG)*

@error('picture') {{ $message }} @enderror
@error('rating') {{ $message }} @enderror
{{-- top --}}
@endsection @push('scripts') @endpush