@extends("admin.admin_layout.adminlayout") @section("admin_content")
| No | Customer Name | Customer Phone | No of Orders | Recent Order |
|---|---|---|---|---|
| {{ $customers->firstItem() + $key }} | {{$data->customer_name}} | {{$data->customer_phone}} | {{$data->admin_total($data->customer_phone)}} | {{$data->created_at->diffForHumans()}} |