@if(session('success'))
{{ session('success') }}
@endif
| # | Company | Contact | Phone | Loads | Status | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $c->id }} | {{ $c->company_name ?: '—' }} | {{ $c->contact_name }} | {{ $c->email }} | {{ $c->phone ?: '—' }} | {{ $c->loads_count }} | @if($c->is_active) Active @else Inactive @endif | |
| No freight clients yet. Clients self-register at /freight-client/register. | |||||||
Clients self-register at /freight-client/register, then log in to post loads and find drivers.