'components.admin.form-input','data' => ['id' => 'name','dataTranslate' => 'true','name' => 'name','label' => ''.e(__('Name')).'','placeholder' => ''.e(__('Enter Name')).'','value' => ''.e(old('name', $testimonial->getTranslation($code)->name)).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-input'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['id' => 'name','data-translate' => 'true','name' => 'name','label' => ''.e(__('Name')).'','placeholder' => ''.e(__('Enter Name')).'','value' => ''.e(old('name', $testimonial->getTranslation($code)->name)).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'designation','dataTranslate' => 'true','name' => 'designation','label' => ''.e(__('Designation')).'','placeholder' => ''.e(__('Enter Designation')).'','value' => ''.e(old('designation', $testimonial->getTranslation($code)->designation)).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-input'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['id' => 'designation','data-translate' => 'true','name' => 'designation','label' => ''.e(__('Designation')).'','placeholder' => ''.e(__('Enter Designation')).'','value' => ''.e(old('designation', $testimonial->getTranslation($code)->designation)).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-textarea','data' => ['dataTranslate' => 'true','id' => 'comment','name' => 'comment','label' => ''.e(__('Comment')).'','placeholder' => ''.e(__('Enter Comment')).'','value' => ''.e(old('comment', $testimonial->getTranslation($code)->comment)).'','maxlength' => '5000','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-textarea'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['data-translate' => 'true','id' => 'comment','name' => 'comment','label' => ''.e(__('Comment')).'','placeholder' => ''.e(__('Enter Comment')).'','value' => ''.e(old('comment', $testimonial->getTranslation($code)->comment)).'','maxlength' => '5000','required' => 'true']); ?>
renderComponent(); ?>
first()->code): ?>
'components.admin.form-image-preview','data' => ['label' => 'Image','image' => $testimonial->image]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-image-preview'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['label' => 'Image','image' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($testimonial->image)]); ?>
renderComponent(); ?>
guard('admin')->user()->can('testimonial.update')): ?>
__('Update')] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.update-button'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes([]); ?>
renderComponent(); ?>