@csrf @if(isset($worker)) @method('PUT') @endif

{{ __('admin.workers.sections.identity') }}

{{ __('admin.workers.section_hints.identity') }}

{{ __('admin.workers.form_hints.name') }} @error('name')
{{ $message }}
@enderror
{{ __('admin.workers.form_hints.phone') }} @error('phone')
{{ $message }}
@enderror
@foreach($specialties ?? collect() as $specialty) @endforeach {{ __('admin.workers.form_hints.specialty') }} @error('specialty')
{{ $message }}
@enderror
{{ __('admin.workers.form_hints.status') }} @error('status')
{{ $message }}
@enderror

{{ __('admin.workers.sections.compensation') }}

{{ __('admin.workers.section_hints.compensation') }}

{{ __('ر.س') }} @error('daily_rate')
{{ $message }}
@enderror
{{ __('admin.workers.form_hints.daily_rate') }}
{{ __('admin.workers.form_hints.notes') }} @error('notes')
{{ $message }}
@enderror

{{ __('admin.workers.helper_title') }}

{{ __('admin.workers.helper_subtitle') }}

{{ __('admin.workers.helper_points.identity_title') }}
{{ __('admin.workers.helper_points.identity_text') }}
{{ __('admin.workers.helper_points.skill_title') }}
{{ __('admin.workers.helper_points.skill_text') }}
{{ __('admin.workers.helper_points.cost_title') }}
{{ __('admin.workers.helper_points.cost_text') }}
{{ __('admin.workers.helper_points.workflow_title') }}
{{ __('admin.workers.helper_points.workflow_text') }}