@if($employee) {{ __('Edit Employee') }} @else {{ __('Add New Employee') }} @endif @if($employee) {{ __('Update employee information and manage their account') }} @else {{ __('Create a new employee account with basic information') }} @endif
{{ __('Salary & Schedule') }}
@if(!$employee)
{{ __('Note:') }} {{ __('A temporary password will be generated and sent to the employee\'s email address. They will be able to set their own password upon first login. After creation, you can manage their shift schedule using the calendar view.') }}
@endif
{{ __('Back to List') }}
@if($employee) {{ __('Manage Schedule') }} @endif @if($employee) {{ __('Update Employee') }} @else {{ __('Create Employee') }} @endif