@extends('layouts.app') @section('content')
| Ref. No. | Date | Branch | Product Count | Total Quantity | |
|---|---|---|---|---|---|
| {{ $adjustments->reference_no }} | {{ $adjustments->recorded_date->format(app_date_format()) }} | {{ $adjustments->branch->branch_name ?? '' }} | {{ $adjustments->total_products ?? '' }} | {{ round($adjustments->total_quantity,2) }} | |
| @lang('general.no_details_found') | |||||