@if($movement->comments) @endif
@if($pdfLogo && $pdfLogo->attachment) Company Logo @endif
ITEMS RECEIVED
Movement # - {{ $movement->id }}
@if($movement->to_date) Receipt Date - {{ \Carbon\Carbon::parse($movement->to_date)->format('D d/m/Y') }}
@endif Product # - {{ $product->id }}

From Warehouse

{{ $movement->fromWarehouse->name ?? 'N/A' }}

Receiving Warehouse

{{ $movement->toWarehouse->name ?? 'N/A' }}
Items Received
Part # Description Quantity Received
{{ $product->sku }} {{ $product->name }} {{ $movement->quantity }}
Received By:
Date:
@if($movement->to_date) {{ \Carbon\Carbon::parse($movement->to_date)->format('d/m/Y') }} @endif
Comments

{{ $movement->comments }}