@extends('layouts.payrollapp')
@section('content')
| SL No. | Programs | Sanction Order | Bank Summary | Credit Transfer Order | Challan |
@php
$i = 1;
@endphp
@foreach($programs AS $value)
| {{$i}} | {{$value['program_name']}} |
|
|
|
|
| Month | |
Year | |
| Program Name | |
| Districts | |
| SL No. | No of Employees | Designation | Rate of Monthly Remuneration | Gross Pay | Deductions | Allowances | TDS | Total AP Tax | Sanctioned Salary | Net Salary |
| (A) Remuneration for who have completed more than 2 years | | | | | | | | | | |
| (B) Remuneration for who have completed less than 2 years | | | | | | | | | | |
@endsection
@section('scripts')
@endsection