@extends('layouts.app') @section('content')
| # | Consignment Numbers | Office Type | Office Id | Sheet Qty. | Date | Total | Used | Action | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $index++ }} | @if(request()->input('consg_number')){{ $consignment->minConsgNum }} | @else{{ $consignment->minConsgNum.' - '. substr($consignment->maxConsgNum, -8) }} | @endif{{ $consignment->office_type == 'FR' ? 'Partner' : ($consignment->office_type == 'BR' ? 'Branch' : 'Head Office') }} | {{ $consignment->office->code }} | {{ ceil($consignment->count / 48) }} | {{ date('d-m-Y', strtotime($consignment->created_at)) }} | {{ $consignment->count }} | {{ $consignment->UsedConsignment }} |