first()->code): ?>
'components.admin.form-input','data' => ['dataTranslate' => 'true','id' => 'title','name' => 'title','label' => ''.e(__('Title')).'','placeholder' => ''.e(__('Enter Title')).'','value' => ''.e(old('title', $career->getTranslation($code)->title)).'','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(['data-translate' => 'true','id' => 'title','name' => 'title','label' => ''.e(__('Title')).'','placeholder' => ''.e(__('Enter Title')).'','value' => ''.e(old('title', $career->getTranslation($code)->title)).'','required' => 'true']); ?>
renderComponent(); ?>
first()->code): ?>
'components.admin.form-input','data' => ['id' => 'slug','name' => 'slug','label' => ''.e(__('Slug')).'','placeholder' => ''.e(__('Enter Slug')).'','value' => ''.e(old('slug', $career->slug)).'','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' => 'slug','name' => 'slug','label' => ''.e(__('Slug')).'','placeholder' => ''.e(__('Enter Slug')).'','value' => ''.e(old('slug', $career->slug)).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'salary_range','name' => 'salary_range','label' => ''.e(__('Salary Range')).'','placeholder' => ''.e(__('Enter Salary Range')).'','value' => ''.e(old('salary_range', $career->salary_range)).'','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' => 'salary_range','name' => 'salary_range','label' => ''.e(__('Salary Range')).'','placeholder' => ''.e(__('Enter Salary Range')).'','value' => ''.e(old('salary_range', $career->salary_range)).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'address','dataTranslate' => 'true','name' => 'address','label' => ''.e(__('Job Location')).'','placeholder' => ''.e(__('Enter Job Location')).'','value' => ''.e(old('address', $career->getTranslation($code)->address)).'','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' => 'address','data-translate' => 'true','name' => 'address','label' => ''.e(__('Job Location')).'','placeholder' => ''.e(__('Enter Job Location')).'','value' => ''.e(old('address', $career->getTranslation($code)->address)).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'job_nature','dataTranslate' => 'true','name' => 'job_nature','label' => ''.e(__('Job Nature')).'','placeholder' => ''.e(__('Enter Job Nature')).'','value' => ''.e(old('job_nature', $career->getTranslation($code)->job_nature)).'','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' => 'job_nature','data-translate' => 'true','name' => 'job_nature','label' => ''.e(__('Job Nature')).'','placeholder' => ''.e(__('Enter Job Nature')).'','value' => ''.e(old('job_nature', $career->getTranslation($code)->job_nature)).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'office_time','name' => 'office_time','label' => ''.e(__('Office Time')).'','dataTranslate' => 'true','placeholder' => ''.e(__('Enter Office Time')).'','value' => ''.e(old('office_time', $career->getTranslation($code)->office_time)).'','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' => 'office_time','name' => 'office_time','label' => ''.e(__('Office Time')).'','data-translate' => 'true','placeholder' => ''.e(__('Enter Office Time')).'','value' => ''.e(old('office_time', $career->getTranslation($code)->office_time)).'','required' => 'true']); ?>
renderComponent(); ?>
first()->code): ?>
'components.admin.form-input','data' => ['class' => 'datepicker','id' => 'deadline','name' => 'deadline','label' => ''.e(__('Deadline')).'','placeholder' => ''.e(__('Enter Deadlinee')).'','dataTranslate' => 'true','value' => ''.e(old('deadline', $career->deadline)).'','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(['class' => 'datepicker','id' => 'deadline','name' => 'deadline','label' => ''.e(__('Deadline')).'','placeholder' => ''.e(__('Enter Deadlinee')).'','data-translate' => 'true','value' => ''.e(old('deadline', $career->deadline)).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-editor','data' => ['dataTranslate' => 'true','id' => 'description','name' => 'description','label' => ''.e(__('Description')).'','value' => ''.old('description', $career->getTranslation($code)->description).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-editor'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['data-translate' => 'true','id' => 'description','name' => 'description','label' => ''.e(__('Description')).'','value' => ''.old('description', $career->getTranslation($code)->description).'','required' => 'true']); ?>
renderComponent(); ?>
first()->code): ?>
guard('admin')->user()->can('career.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(); ?>