@extends('layout.default') @section('js') @stop @section('css') @stop @section('bodyContent') @include('include.headerLoggedin')
@include('include.preferencesDeatils')
@include('include.sidebar')
@include('include.footer') @stop