@extends('admin.layout') @section('title', 'Dashboard Overview') @section('content')
| Order ID | Customer | Amount | Status | Action |
|---|---|---|---|---|
| #{{ $order->order_id }} | {{ $order->name }} | ₹{{ number_format((float)($order->total_price ?? 0), 2) }} | @if($order->payment_status === 'SUCCESS' || $order->payment_status == 1) Paid @else {{ $order->payment_status ?? 'Pending' }} @endif | Details |
No orders recorded yet.
@endif{{ $app->phone }}
@if($app->message)"{{ $app->message }}"
@endifNo pending appointment requests.
@endif