@include('admin.header')

CATALOG

MANAGE - CUSTOMERS

@if (isset($customers) && count($customers) > 0) @foreach ($customers as $cust) @endforeach @else No data found! @endif
Date & Time Customer Name Email Id /
Mobile Number
Total Orders Status Action
{{ $cust->created_at }} {{ $cust->name }} {{ $cust->email }}
{{ $cust->mobile_number }}
{{ count($cust->orders) }} {{ ucfirst($cust->status) }}
@include('admin.footer')