@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Edit User
@csrf @method('PUT')
{{ $errors->first('first_name') }}
{{ $errors->first('last_name') }}
{{ $errors->first('job_title') }}
{{ $errors->first('email') }}
{{ $errors->first('tax_code') }}
{{ $errors->first('provident_fund_id') }}
{{ $errors->first('employee_id') }}
check_out_requred == '1') checked @endif id="check_out_reqd"> {{-- check_out_requred) == '1') checked @endif id="check_out_reqd"> --}}
{{ $errors->first('phone') }}
{{ $errors->first('date_of_birth') }}
{{ $errors->first('street') }}
{{ $errors->first('city') }}
{{ $errors->first('postcode') }}
{{ $errors->first('tin') }}
{{ $errors->first('business') }}
{{ $errors->first('branch') }}
{{ $errors->first('department') }}
{{--
{{ $errors->first('bank') }}
--}}
{{ $errors->first('bank') }}
{{ $errors->first('bank_branch') }}
{{ $errors->first('account_number') }}
{{ $errors->first('position') }}
{{ $errors->first('licence_no') }}
{{ $errors->first('licence_expiry_date') }}
{{ $errors->first('passport_no') }}
{{ $errors->first('passport_expiry_date') }}
{{ $errors->first('start_date') }}
{{ $errors->first('end_date') }}
{{ $errors->first('start_time') }}
{{ $errors->first('end_time') }}
{{ $errors->first('image') }}
{{ $errors->first('employeetype') }}
@error('hourly_rate') {{$message}} @enderror
@error('total_hours_per_week') {{$message}} @enderror
@error('work_days_per_week') {{$message}} @enderror
@error('hourly_pay_period') {{$message}} @enderror
@error('lunch_break_hours') {{$message}} @enderror
@error('fixed-rate') {{$message}} @enderror
@error('payperiod') {{$message}} @enderror
{{--
--}}
@error('work_days_per_week') {{$message}} @enderror
{{--
{{ $errors->first('lunch_break_hours') }}
--}}
{{ $errors->first('password') }}
{{ $errors->first('password') }}


@endsection @push('custom_js') @endpush