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