@if(session()->has('message'))

{{session('no_home') ?? '' }} events

@ {{session('odds_home') ?? ''}} odds

{{session('code_home') ?? '' }}

{{session('bookie_home') ?? '' }}
{{session('no_destination') ?? '' }}/{{session('no_home') ?? '' }} Converted

{{session('no_destination') ?? '' }} events

@ {{session('odds_destination') ?? '' }} odds

{{session('code_destination') ?? '' }}

{{session('bookie_destination') ?? '' }} BACK
@else @include('snippets.profile')
@if(Auth::user()->is_admin)
@endif @if(session()->has('plan'))

If your payment was successful and you haven't received your unit, please feel free to reconfirm the transaction.

@endif
@csrf

Convert your booking code!

@if(session('error_message'))
{{ session('error_message') }}
@endif
@if(session()->has('no_message'))

{{session('no_message') ?? ''}}

Conversion Error

This may have occurred due to one of the following reasons below.
  • 1) We convert only football/soccer games. Please ensure your code only has football games.
  • 2) We do not convert expired codes.make sure you still have at least one or more yet to be played matches on your code
  • 3) Make sure you have units, if you do not, check any of our available subscription packages.
  • 4) Make sure you have a good network connection
  • 5) Check our FAQ section for more details
  • 6) Contact us via Live chat on the web, or email
  • 7) If you encounter the error Request not coming from a trusted source, it indicates that your network connection might be unstable. Please ensure that you have a stable internet connection.
  • 8) Additionally, make sure that the Google reCAPTCHA image, located at the bottom right side of the screen, has loaded completely. If the issue persists, consider refreshing the page or checking your network connection for stability.
Remove
@elseif(session()->has('Transaction_confirmation_failed'))

{{session('Transaction_confirmation_failed') ?? ''}}

@elseif(session()->has('Transaction_confirmation_successful'))

{{session('Transaction_confirmation_successful') ?? ''}}

@else

You have {{Auth::user()->free_conversion ?? "0"}} free conversions

@endif
@csrf
@if(Auth::user()->free_conversion > 0 || Auth::user()->unit > 0) {!! RecaptchaV3::field('converter') !!} @else @endif
@endif