@extends('adminlte::page')
@section('title', 'Return Rack Checker')
@section('content_header')
Return Rack Checker
@stop
@section('content')
Note:
This page has been enhanced for printing. Click the print button at the bottom of the invoice to test.
PT. Panggilan Burung Kutilang
{{$order['invoice_no']}}
Return Rack Checker
No. |
Item Rack Code |
Item Code |
Item Stock Code |
Return Date |
Checker |
@foreach($item_order as $key)
{{$counter}} |
{{$exp[0]}} |
{{$exp[1]}} |
{{$exp[2]}}-{{$exp[3]}} |
{{$key->returned_at}} |
|
@endforeach
Print date: 15 Mar 2025
|
Supervisor sign
|
@stop
@section('css')
@stop
@section('js')
@stop