@extends('web.layouts.main') @push('stylesheets') @endpush @section('content') @include('web.components.page-header', ['heading' => trans('text.my-account')])
{{ trans('text.order') }} # | {{ trans('text.date') }} | {{ trans('text.amount') }} | @foreach($orders as $order) | |
---|---|---|---|---|
{{ $order->order_code }} | {{ $order->created_at }} | {{ $order->total_order_price }} | Download |