|
|
@endusercan
{{ __('SL') }}. | @if (moduleCheck('MultiBranchAddon') && multibranch_active()){{ __('Branch') }} | @endif{{ __('Name') }} | {{ __('Phone') }} | {{ __('Email') }} | {{ __('Address') }} | {{ __('Stock Qty') }} | {{ __('Stock Value') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|---|---|
| @endusercan | {{ ($warehouses->currentPage() - 1) * $warehouses->perPage() + $loop->iteration }} | @if (moduleCheck('MultiBranchAddon') && multibranch_active()){{ $warehouse->branch->name ?? '' }} | @endif{{ $warehouse->name }} | {{ $warehouse->phone }} | {{ $warehouse->email }} | {{ $warehouse->address }} | {{ $warehouse->total_qty }} | {{ currency_format($warehouse->total_value, currency: business_currency()) }} |
|