Suppliers Report

Generated: {{ now()->format('Y-m-d H:i:s') }}

@forelse($items as $item) @empty @endforelse
Supplier ID Name Email Phone Address Balance
{{ $item->vendor_id ?? '-' }} {{ $item->name ?? '-' }} {{ $item->email ?? '-' }} {{ $item->phone ?? '-' }} {{ $item->address ?? '-' }} {{ number_format($item->balance ?? 0, 2) }}
No suppliers found