@extends('ecommerce::frontend.layout.main') @section('title') {{ $ecommerce_setting->site_title ?? '' }} @endsection @section('description') @endsection @section('content')
@include('ecommerce::frontend.customer-menu')
Hello {{ auth()->user()->name }}

From your account dashboard you can easily check & view your recent orders, manage your shipping and billing addresses and edit your password and account details.

@endsection @section('script') @endsection