Supplier

Kelola data supplier untuk kebutuhan inventory.

@canany(['inventory.suppliers.manage', 'inventory.manage']) @endcanany
@forelse ($suppliers as $supplier) @empty @endforelse
Supplier Kontak Status Aksi
@if ($editingSupplierId === (int) $supplier->id)
@else

{{ $supplier->name }}

{{ $supplier->address }}

@endif
@if ($editingSupplierId === (int) $supplier->id)
@else

{{ $supplier->phone ?? '-' }}

{{ $supplier->email ?? '-' }}

@endif
@canany(['inventory.suppliers.manage', 'inventory.manage']) @else {{ $supplier->is_active ? 'Active' : 'Inactive' }} @endcanany
@if ($editingSupplierId === (int) $supplier->id) @else @canany(['inventory.suppliers.manage', 'inventory.manage']) @else

-

@endcanany @endif
{{ $suppliers->links('livewire.pagination.admin') }}
@if ($createSupplierModalOpen) @endif