{{ $return->return_number }}
Generated on {{ now()->format('d M Y H:i') }}
Type: @if($return->type === 'supplier_return') Supplier Return @else Customer Return @endif
@if($return->type === 'supplier_return')Supplier: {{ $return->supplier_name ?? '-' }}
@if($return->supplier_contact)Contact Person: {{ $return->supplier_contact }}
@endif @if($return->supplier_phone)Phone: {{ $return->supplier_phone }}
@endif @if($return->supplier_address)Address: {{ $return->supplier_address }}
@endif @elseCustomer Name: {{ $return->customer_name }}
@if($return->customer_order_ref)Order Reference: {{ $return->customer_order_ref }}
@endif @endifStatus: {{ ucfirst($return->status) }}
Processed By: {{ $return->processed_by_name }} on {{ \Carbon\Carbon::parse($return->processed_at)->format('d M Y H:i') }}
Reason: {{ $return->reason }}
@if($return->notes)Notes: {{ $return->notes }}
@endif| No. | SKU | Product Name | Quantity | Condition | Warehouse |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->sku }} | {{ $item->product_name }} | {{ $item->quantity }} | @if($item->condition === 'defective') Defective @elseif($item->condition === 'damaged') Damaged @else Resalable @endif | {{ $item->warehouse_name }} ({{ $item->warehouse_code }}) |
Prepared By:
{{ $user['name'] ?? 'User' }}
Name & Signature
@if($return->type === 'supplier_return') Received By (Supplier): @else Approved By: @endif
______________________
Name & Signature
OmniaBoss Production System | Printed on {{ now()->format('d M Y H:i:s') }}