@extends('layouts.admin') @section('content')
| # | Client | Status | Total | Date |
|---|---|---|---|---|
| {{ $order->id }} | {{ $order->user->email }} | {{ $order->status }} | {{ $order->currency }} {{ number_format((float)$order->total, 2) }} | {{ $order->created_at }} |
| No orders yet. | ||||
| # | Status | Total |
|---|---|---|
| {{ $inv->number }} | {{ $inv->status }} | {{ $inv->currency }} {{ number_format((float)$inv->total, 2) }} |
| No invoices yet. | ||