@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
@error('website') {{ $message }} @enderror
@error('address') {{ $message }} @enderror
@error('notes') {{ $message }} @enderror
@error('logo')
{{ $message }} @enderror
@if ($logo)
 }})
@elseif($isEditMode && $company_id)
@php
$company = \App\Models\Company::find($company_id);
@endphp
@if($company && $company->logo)
 }})
@endif
@endif
@error('employee_code_start') {{ $message }} @enderror
@error('client_code_start') {{ $message }} @enderror
{{ __('Choose how many days before expiry the company should receive a reminder for files and attachments.') }}
{{ __('days before expiry') }}
@error('file_expiry_reminder_days')
{{ $message }} @enderror
{{ __('The default is 10 days. Enter 0 to send the reminder on the expiry date only.') }}
{{ __('When disabled, employees must record check-out manually.') }}
@if($auto_checkout_enabled)
@error('auto_checkout_time')
{{ $message }} @enderror
{{ __('Specify a fixed daily time (e.g. 17:00) to auto-checkout.') }}
@error('auto_checkout_hours')
{{ $message }} @enderror
{{ __('Or specify number of hours from check-in (e.g. 24) to auto-checkout.') }}
@endif
{{ __('Payroll policies') }}
{{ __('These settings control the payroll calculation for this company.') }}
{{ __('Punches before this time are assigned to the previous attendance day. Leave empty to use the calendar day.') }}
@error('attendance_day_cutoff_time')
{{ $message }} @enderror