'components.admin.form-image-preview','data' => ['label' => 'Avatar Image','required' => 'true']] + (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' => 'Avatar Image','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'name','name' => 'name','label' => ''.e(__('Name')).'','placeholder' => ''.e(__('Enter Name')).'','value' => ''.e(old('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','name' => 'name','label' => ''.e(__('Name')).'','placeholder' => ''.e(__('Enter Name')).'','value' => ''.e(old('name')).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'designation','name' => 'designation','label' => ''.e(__('Designation')).'','placeholder' => ''.e(__('Enter Designation')).'','value' => ''.e(old('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','name' => 'designation','label' => ''.e(__('Designation')).'','placeholder' => ''.e(__('Enter Designation')).'','value' => ''.e(old('designation')).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'facebook','name' => 'facebook','label' => ''.e(__('Facebook')).'','placeholder' => ''.e(__('Enter Facebook Link')).'','value' => ''.e(old('facebook')).'']] + (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' => 'facebook','name' => 'facebook','label' => ''.e(__('Facebook')).'','placeholder' => ''.e(__('Enter Facebook Link')).'','value' => ''.e(old('facebook')).'']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'twitter','name' => 'twitter','label' => ''.e(__('Twitter')).'','placeholder' => ''.e(__('Enter Twitter Link')).'','value' => ''.e(old('twitter')).'']] + (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' => 'twitter','name' => 'twitter','label' => ''.e(__('Twitter')).'','placeholder' => ''.e(__('Enter Twitter Link')).'','value' => ''.e(old('twitter')).'']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'linkedin','name' => 'linkedin','label' => ''.e(__('Linkedin')).'','placeholder' => ''.e(__('Enter Linkedin Link')).'','value' => ''.e(old('linkedin')).'']] + (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' => 'linkedin','name' => 'linkedin','label' => ''.e(__('Linkedin')).'','placeholder' => ''.e(__('Enter Linkedin Link')).'','value' => ''.e(old('linkedin')).'']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'instagram','name' => 'instagram','label' => ''.e(__('Instagram')).'','placeholder' => ''.e(__('Enter Instagram Link')).'','value' => ''.e(old('instagram')).'']] + (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' => 'instagram','name' => 'instagram','label' => ''.e(__('Instagram')).'','placeholder' => ''.e(__('Enter Instagram Link')).'','value' => ''.e(old('instagram')).'']); ?>
renderComponent(); ?>
'components.admin.form-switch','data' => ['name' => 'status','label' => ''.e(__('Status')).'','activeValue' => 'active','inactiveValue' => 'inactive','checked' => old('status') == 'active']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-switch'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['name' => 'status','label' => ''.e(__('Status')).'','active_value' => 'active','inactive_value' => 'inactive','checked' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(old('status') == 'active')]); ?>
renderComponent(); ?>