@include('layouts.header_script')
Invoice Setup
@foreach ($list as $key => $l) @endforeach
# Name Location Action
{{ $key + 1 }} {{ $l->invoice_name ?? '' }} {{ $l->warehouse_id == current_warehouse() ? 'Warehouse' : ($l->warehouse_id == current_store() ? 'Store' : '') }} Edit
@include('layouts.footer_script')