Monitor and process customer orders
SteadFast Balance
@if($steadfastBalance !== null)৳{{ number_format($steadfastBalance, 2) }}
@elseAPI not configured
@endif| Order Info | Customer | Total | Status | SteadFast | Actions |
|---|---|---|---|---|---|
|
{{ $order->order_number }} {{ $order->created_at->format('M d, Y h:i A') }} |
{{ $order->name }} {{ $order->phone }}
@php $isBlocked = $order->isBlocked(); @endphp
{{ $order->device_order_count > 1 ? 'Repeat ('.$order->device_order_count.')' : '1st Order' }}
@if($isBlocked)
Blocked
@else
@endif
@endif
|
৳{{ number_format($order->total_amount) }} {{ $order->paymentMethod->name ?? 'N/A' }} |
{{ str_replace('_', ' ', $order->status) }} |
@if($order->consignment_id)
@php $sfStatus = $order->tracking_status ?? 'in_review'; @endphp
{{ str_replace('_', ' ', $sfStatus) }}
#{{ $order->consignment_id }} @else Not Booked @endif |
{{ $order->name }}
{{ $order->phone }}
৳{{ number_format($order->total_amount) }}
{{ $order->paymentMethod->name ?? 'N/A' }}