@extends('layouts.admin') @section('title','Customers') @section('styles') @endsection @section('content')

List of Customers

Member ID Name Address PrimaryPlus Member Status Action
@include('dashboard.merchants.customers.partials.view-customer-modal') @include('dashboard.merchants.customers.partials.view-transactions-modal') @include('dashboard.partials.footer')
@endsection @push('scripts') @endpush