@php use App\Models\AttendanceSetup; use App\Models\warehouse; use App\Models\weakened; @endphp @extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Create Employee')) @section('content') @include('admin.staff.partials.form_styles')

{{ __('Create Employee') }}

{{ __('Add a new employee with profile, employment, and login details.') }}

{{ __('Back to list') }}
@csrf
{{ __('Employment details') }}
{{ __('Leave blank to use joining date.') }}
{{ __('Auto-filled from joining date + probation. Editable if needed.') }}
{{ __('Attendance & leave') }}
{{ __('Personal profile') }}
@if(\App\Support\SecurityMoneyFeature::enabled())
@if(\App\Support\SecurityMoneyFeature::interestEnabled()) {{ __('Interest is calculated at separation from scheme rules.') }} @endif
@endif
{{ __('Account & access') }}
{{ __('Profile photo') }}
{{ __('JPG, PNG. Click preview or button.') }}
@endsection @section('script') @include('admin.staff.partials.form_scripts') @endsection