@extends('layouts.app') @section('content')
| Ref. No. | Branch | Date | Supplier | Products Count | Total Quantity | Action |
|---|---|---|---|---|---|---|
| {{ $return->reference_no }} | {{ $return->branch->branch_name ?? '' }} | {{ $return->return_date->format(app_date_format()) }} | {{ $return->supplier->supplier_name ?? '' }} | {{ $return->totalProduct() }} | {{ round($return->totalQuantity(),2) }} | |
| @lang('general.no_details_found') | ||||||