@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')
@if($user_favorites->count() > 0)
@else
No favorites grids available!
@endif
@include('web.components.shortcuts')
@include('web.components.are-you-a-winner')
@endsection
@push('scripts')
@endpush