Distributor Distributor
@can('vendors.create') @endcan
{{-- @foreach ($vendors as $vendor) @endforeach --}}
Sr No Company Name GST No Contact Person Contact Email Contact Mobile Action
{{ $loop->iteration }} {{ $vendor->company_name }} {{ $vendor->gst_no }} {{ $vendor->contact_person_name }} {{ $vendor->contact_person_email }} {{ $vendor->contact_person_mobile_no }} @can('vendors.edit') @endcan @can('vendors.delete') @endcan