@extends('layouts.dashboard') @section('title', 'Shippers') @section('content')

Shippers

Manage pickup locations.

@include('ui.partials.company-table-body', ['companies' => $shippers, 'tableType' => 'shipper'])
Name Address City State Phone Contact Status Actions
@include('ui.modals') @include('ui.partials.dispatch-list-scripts', ['tableSelector' => '#shippersTable', 'emptyMessage' => "No shippers found. Click 'Add Shipper' to create your first one."]) @endsection