@extends('public.account.layout') @section('title', trans('storefront::account.pages.dashboard')) @section('panel') @if ($recentOrders->isNotEmpty())

{{ trans('storefront::account.dashboard.recent_orders') }}

{{ trans('storefront::account.dashboard.view_all') }}
@include('public.account.partials.orders_table', ['orders' => $recentOrders])
@endif

{{ trans('storefront::account.dashboard.account_information') }}

{{ trans('storefront::account.dashboard.edit') }}
@endsection