@extends('layouts.app') @section('title', 'Add Employee') @section('content')

Add New Employee

@csrf
Personal Information
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
Employment Details
Salary Structure
{{ getCurrencySymbol() }}
{{ getCurrencySymbol() }}
{{ getCurrencySymbol() }}
{{ getCurrencySymbol() }}

Net Salary: {{ formatCurrency(0) }}
Cancel
@endsection