Thể lệ tham dự
@if(Session::has('success'))
{{ Session::get('success') }}
@php
Session::forget('success');
@endphp
@endif
@if(Session::has('error'))
{{ Session::get('error') }}
@php
Session::forget('error');
@endphp
@endif
@if(Session::has('errors'))
{{ 'Có lỗi xảy ra (' . implode(', ', $errors->all(':message')) . ')'}}
@php
Session::forget('errors');
@endphp
@endif
@if (!$is_login)
Vui lòng
Nhập thông tin để có thể
quay số
trúng giải
@endif
@if ($spined == 1)
Bạn chỉ được phép quay 1 lần,
giải thưởng gần nhất
{{ $lasted_prize_name ?? '' }}
@endif
VÒNG QUAY MAY MẮN