@extends('web.base') @section('content') @if( $result_prize->winner==1)

Congratulations!!

The administrator is already aware of your prize and will contact you shortly to let you know how to receive it. Your details were successfully stored:

nama: {{ $result_draw->nama }}

prize: {{ $result_prize->label }}

Back To Home @else @if( $result_prize->try_again == 1)

You have just won a free spin! Please click on the button below to try again!

@csrf
@else

Better luck next time!

If you have more code vouchers to use, please click on the button below to return to the main page.

Enter a new code!
@endif @endif @if($result_prize->winner==1) @else @endif @push('js') @endpush @endsection