@extends('layouts.app') @push('css') @endpush @section('content')

Employee Information

@csrf
Personal Information
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
Default: password123 @error('password') {{ $message }} @enderror
Job Details
{{ \App\Models\BusinessSetting::firstOrNewDefault()->currency_symbol }}

Leave & Profile Settings

Monthly Payroll Deductions (%)

No automatic deductions configured yet.

Monthly Payroll Additions (Flat/%)

No automatic additions configured yet.

Cancel
@endsection @push('scripts') @endpush