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

Customers

Manage your billing customers and partners.

@include('ui.partials.company-table-body', ['companies' => $customers, 'tableType' => 'customer'])
Company Name Contact Person Email Phone City State Status Actions
@include('ui.modals') @include('ui.partials.dispatch-list-scripts', ['tableSelector' => '#customersTable', 'emptyMessage' => "No customers found. Click 'Add Customer' to create your first one."]) @endsection