@csrf
@if ($errors->has('skills')) {{ $errors->first('skills') }} @endif
@if ($errors->has('skills')) {{ $errors->first('skills') }} @endif

@if ($errors->has('experience')) {{ $errors->first('experience') }} @endif
@if ($errors->has('location')) {{ $errors->first('location') }} @endif
@if ($errors->has('position_open')) {{ $errors->first('position_open') }} @endif

@if ($errors->has('eligibility')) {{ $errors->first('eligibility') }} @endif