@extends('layouts.main_without_top_button') @section('title') Trip Profile:{{$route_assignment->id}},{{$route_assignment->route}},{{$route_assignment->vehicle}} - {{$route_assignment->trailer}} @stop @section('navigation')
Route No.: | {{$route_assignment->id}} |
Truck No.: | {{$route_assignment->vehicle}} |
Driver Name.: | {{$route_assignment->driverNames}} |
Departure Date: | {{$route_assignment->departure_date }} |
Trailer No.: | {{$route_assignment->trailer}} |
Route: | {{$route_assignment->route}} |
Date | Location | Remarks |
---|---|---|
{{$location['date']}} | {{$location['location']}} | {{$location['remarks']}} |
Client | From | Destination | Status | Quantity | Rate | Amount | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$invoice->client->name}} | {{$invoice->city_from->name}} | {{$invoice->city_to->name}} | @if($invoice->invoiced == 'no') Pending... @else Invoiced with INV NO {{$invoice->id}} @endif | {{ $invoice->quantity }} | {{ $invoice->rate_per_unit }} | {{ number_format($invoice->amount_value,2) }} | |||||||||||||||||||||||||||||||||||||||||||
|
Epenses Name | Currency | Amount |
---|---|---|
{{$expense['expense_name']}} | USD | {{number_format($expense['value'],2)}} |
GIN | Date | Received By | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$good_issued_note->id}} | {{\Carbon\Carbon::parse($good_issued_note->issued_date)->toFormattedDateString()}} | {{$good_issued_note->employee_received}} | ||||||||||||||
|
PVNO | Date | Paid By | From | Received By | Remarks | Amount | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$payment_voucher->id}} | {{\Carbon\Carbon::parse($payment_voucher->date_created)->toFormattedDateString()}} | {{$payment_voucher->paid_by}} | {{$payment_voucher->dr_account}} | {{$payment_voucher->employee_name}} | {{$payment_voucher->remarks}} | {{number_format($payment_voucher->amount,2)}} | ||||||||
|