@extends('front.layouts.main') @section('content')
| ID | Customer Name | Customer email | Customer Phone | Customer Date Of Birth | Customer Orders | Customer Due | Clear Due | |
|---|---|---|---|---|---|---|---|---|
| {{$key + 1}} | {{$item->name}} | {{$item->email}} | {{$item->phone}} | {{$item->dob}} | {{$item->orders->count()}} | {{ $dues }} | Empty Due |