label('Name')->class('form-label')); ?> span('*')->class('text-danger')); ?> text('title')->class('form-control')->placeholder('Enter Name')->required()); ?> div('Name is required')->class('invalid-feedback')); ?>
label('Designation')->class('form-label')); ?> text('designation')->class('form-control')->placeholder('Enter Designation')); ?>
label('Degree')->class('form-label')); ?> text('degree')->class('form-control')->placeholder('Enter Degree')); ?>
label('Description')->class('form-label')->for('description')); ?> textarea('description')->class('form-control ckeditor-classic')); ?>
Other Information
label('Branch')->class('form-label')->for('branch_id')); ?> select('branch_id', $branchOptions)->class('form-select choices-select')->placeholder('Select')); ?>
label('Address')->class('form-label')->for('address')); ?> text('address')->class('form-control')->placeholder('Enter Address')); ?>
label('Email')->class('form-label')->for('email')); ?> text('email')->class('form-control')->placeholder('Enter Email')); ?>
label('Mobile')->class('form-label')->for('mobile')); ?> text('mobile')->class('form-control')->placeholder('Enter Mobile')); ?>
Social Link
label('Facebook')->class('form-label')->for('facebook')); ?> text('facebook')->class('form-control')->value(setting('facebook'))->placeholder('Enter Facebook Link')); ?>
label('Youtube')->class('form-label')->for('youtube')); ?> text('youtube')->class('form-control')->value(setting('youtube'))->placeholder('Enter Youtube Link')); ?>
label('Twitter')->class('form-label')->for('twitter')); ?> text('twitter')->class('form-control')->value(setting('twitter'))->placeholder('Enter Twitter Link')); ?>
label('Linkedin')->class('form-label')->for('linkedin')); ?> text('linkedin')->class('form-control')->value(setting('linkedin'))->placeholder('Enter Linkedin Link')); ?>
label('Whatsapp')->class('form-label')->for('whatsapp')); ?> text('whatsapp')->class('form-control')->value(setting('whatsapp'))->placeholder('Enter Whatsapp Link')); ?>
Publish
select('status', config('constants.page_status_options'))->class('form-select choices-select ')); ?>
'components.form-buttons','data' => ['editable' => $editable,'label' => 'Save','href' => ''.e(route('team.index')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('form-buttons'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'label' => 'Save','href' => ''.e(route('team.index')).'']); ?> renderComponent(); ?>