@include('links.header')
@if(Auth::user()->role_id==1)
Update 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
@include('links.footer')