@extends('dispatch._layout') @section('body')
Broker Infromation:
Company Name:
{{ $broker->name }}
Phone:
{{ $broker->phone }}
Email:
{{ $broker->email }}
Website:
Physical Address:
{{ $broker->address1 }}, {{ $broker->address2 }}, {{ $broker->city }}, {{ $broker->state }}, {{ $broker->zipcode }}
Mailings Address:
{{ $broker->mailing_address1 }}, {{ $broker->mailing_address2 }}, {{ $broker->mailing_city }}, {{ $broker->mailing_state }}, {{ $broker->mailing_zipcode }}
DBA:
{{ $broker->dba }}
MC/FF:
{{ $broker->mc_ff }}
FEIN/SSN:
{{ $broker->fein_ssn }}
USDOT:
{{ $broker->usdot }}
SCAC:
{{ $broker->scac }}
Broker Infromation:
Billing Terms:
{{ $broker->billing_terms }}
Billing Form:
{{ $broker->billing_form }}
Billing Quickpay:
{{ $broker->billing_quickpay }}
Invoice Type:
{{ $broker->invoice_type }}
Invoice Delivery:
{{ $broker->invoice_delivery }}
Broker Agents:
@foreach($broker->agentData as $agent) @endforeach
Full Name Phone Email
{{ $agent->firstname }} {{ $agent->lastname }} {{ $agent->middlename }} {{ $agent->phone }} {{ $agent->phone_ext?'(ext:'.$agent->phone_ext.')':'' }} {{ $agent->email }}
@endsection @section('head') @endsection @section('script') @endsection