@extends('adminlte::page') @section('title', 'Customers - MobileSentrix Admin') @section('content_header')
| ID | Name | Registered | Total Orders | Actions | |
|---|---|---|---|---|---|
| {{ $customer->id }} | {{ $customer->name }} | {{ $customer->email }} | {{ $customer->created_at->format('M d, Y') }} {{ $customer->created_at->diffForHumans() }} |
{{ $customer->orders_count }} orders | View Edit |
| No customers found | |||||