@if(session('success')) @endif @if(session('error')) @endif
@forelse($suppliers as $supplier) @empty @endforelse
ID Name Country Vendor Type Product Source Credit Limit Actions
{{ $supplier->id }} {{ $supplier->name }} {{ $supplier->country_name }} {{ ucfirst($supplier->vendor_type) }} {{ ucfirst($supplier->product_source_type) }} {{ number_format($supplier->credit_limit, 2) }}
  • @csrf @method('DELETE')
No suppliers found.
@if($suppliers->hasPages())
{{ $suppliers->links() }}
@endif
@push('scripts') @endpush