@extends('layouts.acc_layout') @section('title', '| View Vehicle Allowance Auto Voucher Authorization') @section('stylesheets') @endsection @section('content')
| User Information for the Month of {{date('M-Y', strtotime($monthlyLog->allowanceMonth))}} | |||||||
|---|---|---|---|---|---|---|---|
| Employee | Designation | Branch | Mobile No. | ||||
| {{substr($billEmpInfo->emp_id, 0, 5)}}-{{$billEmpInfo->emp_name_english}} | {{$billEmpInfo->position_name}} | {{$userBranchId}} | {{$billEmpInfo->mobile}} | ||||
| Vehicle No | Meter Reading (K.M) | Remarks (Billing Distence K.M) |
|||||
| Previous | Present | Total Use | Official Use | Personal Use | |||
| {{ $userVehicleNo }} | {{ $previousMeterReading }} | {{ $monthlyLog->meterReading }} | {{ $monthlyLog->meterReading - $previousMeterReading }} | {{ $monthlyLog->meterReading - $previousMeterReading - $monthlyLog->personalUse }} | {{ $monthlyLog->personalUse }} | {{ $billingDistance }} | |
| Bill Part | ||||||||
|---|---|---|---|---|---|---|---|---|
| SL# | Description | Unit | Total Amount | |||||
| 1 | Official Use (K.M) | {{ $billingDistance }} | {{ number_format($monthlyLog->fuelCost, 2) }} | |||||
| 2 | Mobil Expence | 1 | {{ number_format($monthlyLog->mobilCost, 2) }} | |||||
| 3 | Servicing Charge | 1 | {{ number_format($monthlyLog->servicingCost, 2) }} | |||||
| Total Amount | {{ number_format($monthlyLog->fuelCost + $monthlyLog->mobilCost + $monthlyLog->servicingCost , 2) }} | |||||||
| Total Amount In Words | {{$totalBillAmountInWords}} | |||||||