| {{ $outgoingItem->local_time }} |
{{ strtoupper(mb_strtolower($outgoingItem->branch_name)) }} |
{{ strtoupper(mb_strtolower($outgoingItem->to_branch)) }} |
{{ $outgoingItem->outgoing_no }} |
@if($outgoingItem->incoming_no != '')
{{ ucwords(mb_strtolower($outgoingItem->incoming_no)) }} |
@else
Not Yet Received |
@endif
{{ $outgoingItem->box_no }} |
{{ $outgoingItem->pouch_no }} |
{{ $outgoingItem->unique_code }} |
{{ $outgoingItem->barcode }} |
{{ $outgoingItem->itemcode }} |
{{ $outgoingItem->department }} |
{{ $outgoingItem->category }} |
{{ $outgoingItem->brand }} |
{{ $outgoingItem->description }} |
{{ $outgoingItem->purpose }} |
{{ $outgoingItem->reason }} |
{{ $outgoingItem->remarks }} |
{{ $outgoingItem->qty }} |
{{ number_format($outgoingItem->price, 2) }} |
{{ number_format($outgoingItem->amount, 2) }} |
{{ $outgoingItem->user }} |
{{ $outgoingItem->terminal_no }} |
{{ $outgoingItem->issue }} |
{{ $outgoingItem->damaged_by }} |
{{ $outgoingItem->damaged_by_tag }} |
@endforeach