@extends('web.layouts.main') @push('stylesheets') @endpush @section('content') @include('web.components.page-header', ['heading' => trans('text.my-account')])
@include('web.layouts.header.my-account-nav')
@foreach($orders as $order) @endforeach
@include('web.components.shortcuts')
@include('web.components.are-you-a-winner')
@endsection @push('scripts') @endpush