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