@extends('layouts.dashboard.superadminapp') @section('title', 'Salary Structure Master') @section('styles') @endsection @section('content')

UEPL | Salary Structure Master

Define Salary Structure
@csrf
Auto-calculated sum of components

Statutory Rates (Optional Overrides)
Existing Structures
@foreach($structures as $st) @endforeach
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 }}
@endsection @section('scripts') @endsection