@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
@include('front.pages.informative_pages.user_account.personal_information') @include('front.pages.informative_pages.user_account.booking_history') @include('front.pages.informative_pages.user_account.become_member') @include('front.pages.informative_pages.user_account.contact_us')
@endsection @push('post_script') @endpush