@extends('layouts.dashboard.superadminapp') @section('title', 'Salary Structure Master') @section('styles') @endsection @section('content')
| Employee | Basic | HRA | Conv. | Incentive/Hr | Total | PT % | Action |
|---|---|---|---|---|---|---|---|
|
{{ $st->employee->name ?? 'N/A' }}
{{ $st->employee->employee_id ?? '-' }}
|
{{ $st->basic_da }} | {{ $st->hra }} | {{ $st->conveyance }} | {{ $st->incentive_per_hour ?? '-' }} | {{ $st->fixed_salary }} | {{ $st->pt_percentage ?? '-' }}% |