@extends('layouts.admin') @section('title','User Profile') @section('page-title','User Profile') @section('content')
{{ $user->email }}
| Order | Date | Status | Total |
|---|---|---|---|
| {{ $order->order_number }} | {{ $order->created_at->format('d M Y') }} | {{ $order->status }} | Rs. {{ number_format($order->total) }} |
| This user hasn't placed any orders yet. | |||