Become a Volunteer

@include('include.success') @include('include.warning') @include('include.error')

Become a Volunteer

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('sex')) {{ $errors->first('sex') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('bio')) {{ $errors->first('bio') }} @endif
@if ($errors->has('cv')) {{ $errors->first('cv') }} @endif