@csrf
Full name*
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
Phone number*
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
QID*
@if ($errors->has('q_id'))
{{ $errors->first('q_id') }}
@endif
Email address
(optional)
Submit