@extends('layouts.admin') @section('content') @include('include.datatable-css')
@include('include.create-button', ['url' => route('add-customer', ['type' => $type])]) @include('include.import-button') @include('include.export-button')
@include('include.flash-message')

Account Id Name Phone Address Status Address Verified Partial Payment Reference Code Joined On Action
{{-- Import modal --}} @include('include.datatable') @include('include.filters-common-js-part') @include('include.datatable-date-range-selector-js', ['url' => 'all-users']) @endsection {{-- Page specific JS --}} @push('scripts') @endpush