@extends('layouts/pos_layout') @section('title', '| '.$moduleTitle) @section('content')
| Transfer Bill No | : | PTB{{$data->transfer_info->transferBillNo}} | Bill Date | : | {{date('d-m-Y', strtotime($data->transfer_info->transferDate))}} | |
| Total Quantity | : | {{$data->transfer_info->totlaTransferQuantity}} | Total Amount | : | {{number_format($data->transfer_info->totalTransterAmount, 2)}} |
| SL No. | Transfer Bill No | Requisition No | Request Transportation Cost | Approve Transportation Cost | Comment | Action |
|---|---|---|---|---|---|---|
| {{++$no}} | {{$data->transferBillNo}} | {{ $data->requisitionBillNo }} | {{ $data->delivery_cost }} | {{ $data->branch_delivery_cost }} | {{ $data->comment }} | @if($data->status == NULL) Pending @elseif($data->status == 0) Rejected @else Approved @endif |