@extends('layouts.horizontal', ['title' => 'Customers', 'topbarTitle' => 'Customers']) @section('css') @vite(['node_modules/select2/dist/css/select2.min.css']) @endsection @section('content')

Customers

@php $breadcrumb = getCurrentMenuBreadcrumb(); @endphp @if(!empty($breadcrumb)) @endif
ID Name Cell Email Card Area Created Updated Gender Birthdate Credit Limit Type Created At Actions
@include('modals.customer_add') @endsection @section('scripts') @endsection