@extends('frontend.layouts.master') @section('content')

Cliente | DASHBOARD

user

{{ auth()->user()->name }}

@include('frontend.dashboard.sections.personal-info-section') @include('frontend.dashboard.sections.address-section') @include('frontend.dashboard.sections.reservation-section') @include('frontend.dashboard.sections.order-section') @include('frontend.dashboard.sections.message-section') @include('frontend.dashboard.sections.wishlist-section') @include('frontend.dashboard.sections.review-section') @include('frontend.dashboard.change-password')
@endsection @push('scripts') @endpush