@extends('layouts.frontend') @section('content')
ORDER HISTORY ({{ $orderCountText }})
@if ($orderCount < 100) @else @endif
@endsection @section('seo') {{'My Order History - ' . $siteTitle}} @endsection @section('footer_script') @endsection