@include('dashboard.layouts.header')

All Customer

@include('dashboard.partials.customer-table', ['customers' => $customers])
@include('dashboard.layouts.footer')