@extends('layouts.app') @section('body-class', 'page-account') @section('content') @hookinsert('account.home.top')
@include('shared.account-sidebar')
@hookinsert('account.home.bottom') @endsection