@extends('backEnd.layouts.master') @section('title', 'Repeat Customer') @section('content')
Search by customer phone to see all orders and products purchased
| Product | Total Quantity | Order Count | Amount |
|---|---|---|---|
|
@if($product['thumbnail'])
|
{{ $product['total_qty'] }} | {{ $product['order_count'] }} | ৳{{ number_format($product['amount'], 2) }} |