@extends('user.layout.user-app') @section('content')

Orders


@foreach($orders as $order) @endforeach
Product Name Total Payment Action
{{$order->product->name}} ${{$order->total_payment}} Show Details
@endsection