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