@extends('shop::customers.account.index')
@section('page_title')
{{ __('shop::app.customer.account.order.index.page-title') }}
@endsection
@section('account-content')
{{ __('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