{{-- Sidebar --}}
{{-- Login Card --}} @guest
@csrf
{{ __('Login') }}
@endguest {{-- /Login Card --}}

{{ __('Discount Codes') }}

@csrf
{{-- Booking Card --}}
{{ __('Booking') }} # {{ __('Price') }}
{{-- /Booking Card --}} {{-- Invoice Card --}}
{{ __('Invoice') }}
{{ __('Total activities price') }}
0
{{--
--}} {{--
{{ __('Dinner') }}
--}} {{--
0
--}} {{--
--}} {{--
{{ __('Entry Fees') }}
--}}
{{ __('Tax') }}
{{ __('Discount') }}
{{ __('Member Discount') }}
@if (auth()->user()) {{ user_discount() . '%' }} @endif
{{-- /Invoice Card --}} {{-- --}} {{-- --}}
{{ __("Didn't find what you are looking for?") }}
{{ __('click here') }}
{{-- /Sidebar --}}