@extends('layout.app') @section('title', $title) @section('description', $description) @section('content')
| Order ID | Product Name | Date | Amount |
|---|---|---|---|
| {{$order->id}} | {{$order->product?->product_name??""}} | {{$order->created_at}} | ${{$order->amount}} |
No orders found. |
|||