ID | {{ $order->id }} |
---|---|
First Name | {{ $order->first_name }} |
Last Name | {{ $order->last_name }} |
{{ $order->email }} | |
Amount | {{ $order->amount }} |
Stripe Status | {{ ucwords($order->stripe_status) }} |
Date | {{ $order->created_at->format('m/d/Y g:ia') }} |