@extends('layouts.app') @section('title', 'My Profile') @push('css') @endpush @section('content')
{{ $employee->designation }}
| Description | Monthly Deduction |
|---|---|
| {{ $deduction->deductionType->name }} | {{ number_format($deduction->amount) }} {{ \App\Models\BusinessSetting::firstOrNewDefault()->currency_symbol }} |
| No active statutory deductions found. | |
This identity artifact is a secure, digitally generated credential. Property of {{ \App\Models\BusinessSetting::firstOrNewDefault()->company_name ?: 'INFO CRM' }}.