{{--
{!! getCompanyLogo(true) !!}

Inventory Acknowledgement Slip

--}}

Items Received

@if(count($stock_movements)) @foreach($stock_movements as $stock_movement) @endforeach @else @endif
Name Description Qty Reason
{!! $stock_movement->name !!} {!! $stock_movement->description !!} {!! $stock_movement->amount !!} / {!! $stock_movement->unit !!} {!! $stock_movement->reason !!}
No Data

Recepient Info

Issuer: {!! $sender !!}
Recipient Name | NRIC: {!! $name !!} @if(!empty($nric)) | {!! $nric !!} @endif
Recipient Contact: {!! $contact !!}
Date Received: {!! showDate($date_time) !!} {!! showTime($date_time) !!}
Recipient Signature: {!! $receiver_sign !!}