Your Registration Form

@if ($errors->any())

{{-- {{ $errors->first() }} --}} {!! $errors->first('error') !!}

@endif
@csrf
@error('user_participant_name')
{{ $message }}
@enderror
@error('user_participant_id_card_number')
{{ $message }}
@enderror
@error('user_participant_phone')
{{ $message }}
@enderror

If you win this session from {{ $data['brand_name'] ?? '' }} you won't be able to participate in the next {{ $data['brand_name'] ?? '' }} drop session

We'll verify your data if you win, it it's invalid then we will disqualify you.

If you submit your form, then you are agree to the conditions above.