Địa điểm Địa điểm @include('tenant.backend.includes.notification')

Tạo mới

@if($isOpen) @include('livewire.tenant.backend.inventory.location.create') @endif {{-- --}} @if ($locations) @foreach ($locations as $location_item) {{-- {{ dd($location_item->stock->currentQuantity()) }} --}} {{-- --}} @endforeach @endif
Tên địa điểm Loại địa điểm Địa chỉMặt hàngTổng số lượng Tổng giá trị
{{ $location_item->name }} @if ($location_item->id === 1) Mặc định @endif
{{ json_decode($location_item->type)->label }} {{ $location_item->addressFull() }}{{ hFormat($location_item->stock->currentQuantity()) }} {{ hCurrency($location_item->stock->getTotalPurchaseAmount()) }}