@extends('dasgboard.layouts.app') @section('title', $pageTitle) @section('content')
তথ্য দিয়েছেন, কিন্তু অর্ডার নিশ্চিত করেননি—এমন কাস্টমারদের তালিকা।
| # | কাস্টমার | ফোন | পণ্য | ঠিকানা | পরিমাণ | সর্বশেষ আপডেট | অ্যাকশন |
|---|---|---|---|---|---|---|---|
| #{{ $order->id }} | {{ $order->name }} | {{ $order->phone }} | {{ $order->food_name ?: '—' }} | {{ $order->address ? \Illuminate\Support\Str::limit($order->address, 35) : '—' }} | {{ $order->quantity }} | {{ $order->updated_at->format('d M, Y h:i A') }} | |
| কোনো অসম্পূর্ণ অর্ডার নেই। | |||||||