@if( 1 == 2 )
{!! __('Orders') !!}
{!! __('Open Orders') !!}
{!! __('Cancelled Orders') !!}
@endif
{!! __('Search') !!}:
@if( 1 == 2 )
{{$orderCount}} {!! __('Orders') !!}
{!! __('placed in') !!}:
{!! __('past 6 months') !!}
{!! __('past 8 months') !!}
{!! __('past 12 months') !!}
@endif
@if(\App\Facades\Integration::instance()->isEnabled()) @include('frontend.template.widget.ds-order-listing') @else @include('frontend.template.basic.my-profile.my-order-listing') @endif