@extends('backEnd.layouts.master') @section('title', 'Customer Insights') @section('content')

Customer Insights

Phone number দিয়ে customer profile, spending ও order history দেখুন

My Customers
@if(!empty($notFound))
Phone {{ $phone }} দিয়ে কোনো order পাওয়া যায়নি।
@endif
@endsection