{{-- tab icon --}}
{{-- for bootstrap --}}
{{-- for sweetalert --}}
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @if (session('success')) @endif
Test your luck
and win prizes
{{-- registration form --}}
@csrf
Receipt Number
Customer Name
Date Of Birth
Phone Number
Email address
{{-- submit button --}}
Register for the competition
{{-- end of the form --}}
{{-- for bootstrap --}}