• @if ( str_contains(Request::path(), 'products') ) {{ __('applabels.All') }} @else {{ __('applabels.Products') }} @endif
  • @if ( str_contains(Request::path(), 'products') )
  • {{ __('applabels.Purchased') }}
  • {{ __('applabels.Reservations') }}
  • @endif