{{-- CSRF TOKEN --}} {{-- BOOTSTRAP CDN --}} {{-- HEADER --}} @include('layouts.components.user.header') {{-- MAIN --}}
My order
@foreach ($orders as $order) @endforeach
Product image Product name Price Date ordered
img_product {{$order->product_name}} {{$order->product_price}} {{$order->created_at->format('M j, Y - h:i a')}}