@include('layouts.partials.breadcrumb', ['title' => $title])
@can('supplier.create')
Add
@endcan
S.N | supplier Name | Contact | Photo | Address | Action | |
---|---|---|---|---|---|---|
{{ $key + 1 }} | {{ $supplier->supplier_name }} | {{ $supplier->email }} | {{ $supplier->contact }} | {{ $supplier->profile_picture}} | {{ $supplier->permanent_address }} |