{!! csrf_field() !!}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('url')) {{ $errors->first('url') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('start_conference')) {{ $errors->first('start_conference') }} @endif
@if ($errors->has('conference_end')) {{ $errors->first('conference_end') }} @endif

Deadline Dates


@if ($errors->has('submission_deadline')) {{ $errors->first('submission_deadline') }} @endif
@if ($errors->has('acceptance')) {{ $errors->first('acceptance') }} @endif
@if ($errors->has('camera_ready')) {{ $errors->first('camera_ready') }} @endif
@if ($errors->has('registration')) {{ $errors->first('registration') }} @endif
Back