@extends('layouts.app') @section('body-class', 'page-review') @section('content') @hookinsert('account.review_index.top')
@include('shared.account-sidebar')
@hookinsert('account.review_index.bottom') @endsection @push('footer') @endpush