@extends('layouts.user') @section('title', 'My Orders') @section('topbar-title', 'My Orders') @section('content')
No orders yet. Browse products to get started.
| Invoice | Product | Plan | Server IP | Amount | Status | Date |
|---|---|---|---|---|---|---|
| {{ $order->invoice_number }} | {{ $order->plan->product->name }} | {{ $order->billing_cycle }} | {{ $order->server_ip }} | ${{ number_format($order->amount, 2) }} | {{ ucfirst($order->status) }} | {{ $order->created_at->format('M j, Y') }} |