List of Inventory
@if ($search)
Searched Results for "{{ $search }}"
@endif
{{-- --}} @forelse ($inventories as $index =>$inventory) {{-- @forelse ($inventories as $index =>$inventory) --}} {{-- --}} {{-- --}} {{-- --}} @empty @endforelse
IDItem Code Name Cost UOM Quantity Location Action
{{ $item->code }}{{ $index + 1 }}{{ $inventory->id }}{{ $inventory->item->code }} {{ $inventory->item_code }} Rs. {{ number_format($inventory->cost_rate, 2) }} {{ $inventory->item->uom->name ?? '' }} {{ $inventory->quantity ?? '' }} {{ $inventory->location->name ?? '' }} {{--
--}} {{-- @can('inventory-edit') --}} {{-- --}} {{-- @endcan --}} {{-- @can('inventory-delete') --}} @csrf @method('DELETE') {{-- @endcan --}} {{--
--}}
Data Not Available
{{-- Print --}}
{{ $inventories->links('livewire.inventory.pagination-links') }}
@push('styles') @endpush