Print date: {{ date('Y-m-d h:i:s A') }}

@if($settings->company_address) {!! nl2br($settings->company_address)!!}
@endif PH: {{ $settings->company_phone }}

logo }}" style="margin-top: 10px; width:150px;">
Packing Slip

Consignee

{!! nl2br($invoice->consingee)!!}

Ship to

{!! nl2br($invoice->ship_to)!!}
Invoice no: {{ $invoice->inv_no }}
Invoice Date:    {{ date_format(date_create($invoice->sales_date),"d-M-Y") }}
Due Date:    {{ date_format(date_create($invoice->due_date),"d-M-Y") }}
Reference: {{ $invoice->tracking_ref }}
@if($products) @foreach($products as $product) @endforeach @endif
Product Description Qty
{{ $product->item_name }} {{ $product->description }} {{ $product->qty }}
@if($invoice->salesNote)

Note: {{ $invoice->salesNote }}

@endif
TOTAL QTY: {{ $invoice->total_qty }}
CONTAINER NO:     {{ $invoice->container_no }}
LOCK NO: {{ $invoice->lock_no }}
TARE: {{ $invoice->tare }}