@extends('layouts.admin') @section('title', 'Customer Management') @section('page-title', 'Customer Management') @section('content')

All Customers

Manage and view your client database

add Add New Customer
search @if(request('is_active')) @endif
@if(request('search')) @endif filter_list expand_more
@include('admin.customers.partials.table-rows', ['customers' => $customers])
Customer Name Email & Phone Total Invoices Outstanding Balance Status Actions
@include('admin.customers.partials.pagination', ['customers' => $customers])
@endsection