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

Consignees

Manage delivery locations.

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