Transporter List
Manage your Transporter
@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@if(session()->has('error'))
{{ session()->get('error') }}
@endif
| Action | @endifTransporter ID | Transporter | Contact Person | City | Phone1 | @if(hasPermission('transporters', 'status'))Status | @endif|
|---|---|---|---|---|---|---|---|
| @endif | {{ $row->transporter_id}} | {{ $row->transporter_name}} | {{ $row->contact_person}} | {{ $row->email}} | {{ $row->city}} | {{ $row->phone1}} | @if(hasPermission('transporters', 'status'))@if($row->status==1)Active@else Inactive @endif | @endif