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