@if (is_null($suppliers) || empty($suppliers))
@else
{{-- --}}
Currently No Information Available!
{{-- supplier Table goes here --}}
Sl# | Division | Company | Name | Active | Actions |
---|---|---|---|---|---|
{{ ++$sl }} | {{ $supplier->division->name }} | {{ $supplier->company->name }} | {{ $supplier->name }} |
|