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

{{ __('Update Testimonial') }}

@endsection @push('styles') @endpush @section('content')
@csrf @method('PUT')
@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
@for ($i = 1; $i <= 5; $i++) rating == $i ? 'checked' : '' }}> @endfor
@error('rating') {{ $message }} @enderror
is_active ? 'checked' : '' }}>
{{-- top --}}
@endsection @push('scripts') @endpush