| Invoice No | {{ $item->invoice_no }} | ||
| Date | {{ $item->adjustment_format_date }} | ||
| Branch | {{ $item->company_branch }} | ||
| Amount | {{ numberformat($item->total_amount) }} | ||
| Type | {{ Str::ucfirst($item->adjustment_type) }} | ||
| Note | {{ $item->note }} | ||
| Created By | {{ $item->created_user }} |
| Created Date | {{ $item->created_date }} |
| Update By | {{ $item->updated_user }} |
| Updated Date | {{ $item->updated_date }} |