@extends('layouts.dashboard') @section('title', 'Factoring Companies') @section('content')
Select a factoring company to see the carriers associated with it.
| Carrier Name | MC # | DOT # | City | State | Contact | Phone | |
|---|---|---|---|---|---|---|---|
| {{ $carrier->display_name }} | {{ $carrier->mc_number ?: '—' }} | {{ $carrier->dot_number ?: '—' }} | {{ $address?->city ?: '—' }} | {{ $address?->stateProvince?->code ?: '—' }} | {{ $contact?->full_name ?: '—' }} | {{ $contact?->phone ?: '—' }} | {{ $contact?->email ?: '—' }} |
| No carriers are associated with this factoring company yet. | |||||||