![]() |
![]() |
![]() |
---|
Annexure A-4 (TO BE FILLED BY {{ strtoupper($ObserverType) }} ) | |||
---|---|---|---|
{{ htmlspecialchars($Fields['fieldLabel']) }} | {{ $Fields['fieldValue'] }} | {{-- Close the row after the second column --}} @if ($counter % 2 == 1)
(A) Travelling Details | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Departure | Arrival | Mode of | Distance | Travel Type | Air/Rail/Taxi | Amount of | Eligible Taxes | File | ||||
Date | Time | From | Date | Time | To | Journey | in Kms | Receipt No | Fare Paid (Air/Rail/Taxi) | File | ||
{{ isset($row['Departure Date']) ? date('d-m-Y', strtotime($row['Departure Date'])) : '' }} | {{ isset($row['Departure Time']) ? date('H:i:s', strtotime($row['Departure Time'])) : '' }} | {{ isset($row['Departure From']) ? $row['Departure From'] : '' }} | {{ isset($row['Arrival Date']) ? date('d-m-Y', strtotime($row['Arrival Date'])) : '' }} | {{ isset($row['Arrival Time']) ? date('H:i:s', strtotime($row['Arrival Time'])) : '' }} | {{ isset($row['Arrival To']) ? $row['Arrival To'] : '' }} | {{ isset($row['Mode Of Journey']) ? $row['Mode Of Journey'] : 'NA' }} | {{ isset($row['Distance Of Journey']) ? $row['Distance Of Journey'] : 'NA' }} | {{ isset($row['Travel Type']) ? ucfirst($row['Travel Type']) : 'NA' }} | {{ isset($row['Receipt No']) ? $row['Receipt No'] : '' }} | {{ isset($row['Amount']) ? number_format($row['Amount'], 2) : '' }} | {{ isset($row['Approved Amount']) ? number_format($row['Approved Amount'], 2) : '' }} | View |
(B) Details of Hotel / Food Bill etc. | |||||||
---|---|---|---|---|---|---|---|
Name & Address of Hotel/Guest House with Phone No | Nos. of days | Bill No. | Bill Date | Room Rent Paid | Food Charges | Total Amount | File |
{{ $val['Hotel Name & Address'] ?? '' }} | {{ isset($val['No of Days']) && is_numeric($val['No of Days']) ? number_format($val['No of Days'], 2, '.', '') : '' }} | {{ $val['Hotel Bill No'] ?? '' }} | {{ isset($val['Hotel Bill Date']) && !empty($val['Hotel Bill Date']) ? date('d-m-Y', strtotime($val['Hotel Bill Date'])) : '' }} | {{ isset($val['Room Rent']) && is_numeric($val['Room Rent']) ? number_format($val['Room Rent'], 2, '.', '') : '' }} | {{ isset($val['Food Charges']) && is_numeric($val['Food Charges']) ? number_format($val['Food Charges'], 2, '.', '') : '' }} | {{ isset($val['Total Amount']) && is_numeric($val['Total Amount']) ? number_format($val['Total Amount'], 2, '.', '') : '' }} | @if (isset($val['File Path']) && !empty($val['File Path'])) View @else @endif |
Details of Remuneration and Other Expenses | |||||||
---|---|---|---|---|---|---|---|
S.No | Details | Dates | Duty Days | Amount | Deduction Amount | ||
{{ ++$i }} | {{ $Remuneration['Remuneration Text'] }} |
@if ($Remuneration['Source Code'] == 'MISCELLANEOUS CHARGE' && $Remuneration['FieldValue'] > 0)
{
}
@else
@if (
($Remuneration['Source Code'] == 'MOCKDRILL' || $Remuneration['Source Code'] == 'MOCKDRILL CONVEYANCE') &&
$BillData->mockval == 0)
{{ isset($BillData->Mock_Date) && !empty($BillData->Mock_Date) ? date('d-m-Y', strtotime($BillData->Mock_Date)) : '' }}
@elseif (
($Remuneration['Source Code'] == 'MOCKDRILL' || $Remuneration['Source Code'] == 'MOCKDRILL CONVEYANCE') &&
$BillData->mockval == 1)
{!! !empty($MockDutyDays) && is_array($MockDutyDays)
? str_replace(',', ' ', implode(',', $MockDutyDays)) : '' !!} @else {!! !empty($dutydays) && is_array($dutydays) ? str_replace(',', ' ', implode(',', $dutydays)) : '' !!} @endif @endif |
@if ( ($Remuneration['Source Code'] == 'MOCKDRILL' || $Remuneration['Source Code'] == 'MOCKDRILL CONVEYANCE') && $BillData->mockval == 0) {{ 1 }} @elseif( ($Remuneration['Source Code'] == 'MOCKDRILL' || $Remuneration['Source Code'] == 'MOCKDRILL CONVEYANCE') && $BillData->mockval == 1) {{ $BillData->A_Dutydays ?? '' }} @else {{ $BillData->A_Dutydays ?? '' }} @endif | {{ isset($Remuneration['FieldValue']) && is_numeric($Remuneration['FieldValue']) ? number_format($Remuneration['FieldValue'], 2) : '' }} @if ($Remuneration['Source Code'] == 'MISCELLANEOUS CHARGE' && $Remuneration['FieldValue'] > 0) @if (isset($UserDataToArray['File Path']) && !empty($UserDataToArray['File Path'])) View @endif @endif | {{ number_format((float)$Remuneration['Field_Name_Deduction_Value'], 0) }} | ||
{{ ++$i }} | {{ $Remuneration['Remuneration Text'] }} | @if ( $Remuneration['Source Code'] != 'ADVANCEPAYMENT' && $Remuneration['Source Code'] != 'TDS WITH LABEL' && $Remuneration['Source Code'] != 'MISCELLANEOUS CHARGE')
@if ($Remuneration['No_ of Days'] <= 0)
{{ ' ' }}
@elseif(
($Remuneration['Source Code'] == 'MOCKDRILL' || $Remuneration['Source Code'] == 'MOCKDRILL CONVEYANCE') &&
$BillData->mockval == 0)
{{ isset($BillData->Mock_Date) && !empty($BillData->Mock_Date) ? date('d-m-Y', strtotime($BillData->Mock_Date)) : '' }}
@elseif (
($Remuneration['Source Code'] == 'MOCKDRILL' || $Remuneration['Source Code'] == 'MOCKDRILL CONVEYANCE') &&
$BillData->mockval == 1)
{!! !empty($MockDutyDays) && is_array($MockDutyDays)
? str_replace(',', ' ', implode(',', $MockDutyDays)) : '' !!} @else {!! !empty($dutydays) && is_array($dutydays) ? str_replace(',', ' ', implode(',', $dutydays)) : '' !!} @endif |
@if ($Remuneration['No_ of Days'] <= 0) {{ ' ' }} @elseif( ($Remuneration['Source Code'] == 'MOCKDRILL' || $Remuneration['Source Code'] == 'MOCKDRILL CONVEYANCE') && $BillData->mockval == 0) {{ 1 }} @elseif( ($Remuneration['Source Code'] == 'MOCKDRILL' || $Remuneration['Source Code'] == 'MOCKDRILL CONVEYANCE') && $BillData->mockval == 1) {{ $BillData->A_Dutydays ?? '' }} @else {{ $BillData->A_Dutydays ?? '' }} @endif | @else@endif | {{ isset($Remuneration['FieldValue']) && is_numeric($Remuneration['FieldValue']) ? number_format($Remuneration['FieldValue'], 2) : '0.00' }} @if ($Remuneration['Source Code'] == 'MISCELLANEOUS CHARGE' && $Remuneration['FieldValue'] > 0) @if (isset($UserDataToArray['File Path']) && !empty($UserDataToArray['File Path'])) View @endif @endif {{-- @if ($Remuneration['Source Code'] == 'OBSERVER LOCAL') View Details @endif --}} | {{ number_format((float)$Remuneration['Field_Name_Deduction_Value'], 0) }} | |
{{ ++$i }} | {{ $Remuneration['Mock Drill Text'] }} | @if ( $Remuneration['Source Code'] != 'ADVANCEPAYMENT' && $Remuneration['Source Code'] != 'TDS WITH LABEL' && $Remuneration['Source Code'] != 'MISCELLANEOUS CHARGE') {!! !empty($dutydays) && is_array($dutydays) ? str_replace(',', ' ', implode(',', $dutydays)) : '' !!} |
{{ $BillData->A_Dutydays }} | @else@endif | {{ isset($Remuneration['MockDrillFieldValue']) && is_numeric($Remuneration['MockDrillFieldValue']) ? number_format($Remuneration['MockDrillFieldValue'], 2) : '' }} @if ($Remuneration['Source Code'] == 'MISCELLANEOUS CHARGE' && $Remuneration['FieldValue'] > 0) @if (isset($UserDataToArray['File Path']) && !empty($UserDataToArray['File Path'])) View @endif @endif | {{ number_format((float)$Remuneration['Field_Name_Deduction_Value'], 0) }} | |
{{ ++$i }} | @if ( $Remuneration['Source Code'] != 'ADVANCEPAYMENT' && $Remuneration['Source Code'] != 'TDS WITH LABEL' && $Remuneration['Source Code'] != 'MISCELLANEOUS CHARGE') |
{{ str_replace(',', ' ', implode(',', $dutydays)) ?? '' }} |
{{ $BillData->A_Dutydays }} | @else@endif | {{ isset($Remuneration['FieldValue']) && is_numeric($Remuneration['FieldValue']) ? number_format($Remuneration['FieldValue'], 2) : '' }} | {{ number_format((float)$Remuneration['Field_Name_Deduction_Value'], 0) }} | |
{{ ++$i }} | Travelling Expenses | - | {{ $travelExpenseTotal ?? '' }} | {{ $travelDeductionAmount ?? '' }} | |||
{{ ++$i }} | Hotel / Food Bill etc Expenses | - | {{ $hotelExpenseTotal ?? '' }} | {{ $hotelDeductionAmount ?? '' }} | |||
{{ ++$i }} | Total Amount Claimed | {{ isset($totalPayableAmt) && is_numeric($totalPayableAmt) ? number_format($totalPayableAmt, 2) : '' }} | |||||
{{ ++$i }} | Total Deduction Amount | {{ isset($UserDataToArray['Total Deduction Amount']) && is_numeric($UserDataToArray['Total Deduction Amount']) ? number_format($UserDataToArray['Total Deduction Amount'], 2) : '' }} | |||||
{{ ++$i }} | Total Amount After Deduction | {{ isset($totalAmountAfterDeduction) && is_numeric($totalAmountAfterDeduction) ? number_format($totalAmountAfterDeduction, 2) : '' }} | |||||
*No receipt to be attached for Food expense. Please mention if you are special
observer. *Payment shall be released by NTA post verification of the submitted bill. |