@extends('shop::layouts.master') @section('page_title') {{ __('shop::app.customer.account.order.index.page-title') }} @endsection @section('content-wrapper')
@include('shop::customers.account.partials.sidemenu')
{!! view_render_event('bagisto.shop.customers.account.orders.list.before') !!} {!! view_render_event('bagisto.shop.customers.account.orders.list.after') !!}
@endsection