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

UEPL | Salary Structure Master

@if(session('success')) @endif @if(session('error')) @endif
Define Salary Structure
@csrf
Auto-calculated sum of components

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