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('Location')->class('form-label')); ?> text('designation')->class('form-control')->placeholder('Enter Location')); ?>
label('Company')->class('form-label')); ?> text('company')->class('form-control')->placeholder('Enter Company')); ?>
label('Branch')->class('form-label')->for('branch_id')); ?> select('branch_id', $branchOptions)->class('form-select choices-select')->placeholder('Select')); ?>
label('Comment')->class('form-label')->for('description')); ?> span('*')->class('text-danger')); ?> textarea('description')->class('form-control')->rows(10)); ?>
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(); ?>