@include('links.header')
@if(Auth::user()->role_id==1)
Add New Entrant
Back
@else
New Entrant Form
Back
@endif
{{$event_data->name}}
@if (Session::has('msg'))
Success!
{!! session('msg') !!}
@endif
@if (Session::has('msg_e'))
Danger!
{!! session('msg_e') !!}
@endif
Entries must be for work conducted {{ $event_data->eligibility_period }} in order to be eligible.
@php $campaign_period = explode('-',$event_data->eligibility_period); @endphp
@if(!empty($entrant_detail))
Participants can create new entrant as well as import entrant details from existing one.
@endif
@include('links.footer')