@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
@include('front.layouts.include.user_profile_sidebar', ['menu' => 'profile'])
@include('front.pages.informative_pages.user_account.personal_information')
@endsection