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