@yield('head')
Freight Client Portal
Dashboard
My Loads
Find Drivers
Profile
Logout
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif @yield('content')
@yield('scripts')