{{csrf_field()}}
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('g1'))
{{ $errors->first('g1') }}
@endif
@if($errors->has('g2'))
{{ $errors->first('g2') }}
@endif
@if($errors->has('g3'))
{{ $errors->first('g3') }}
@endif
@if($errors->has('g4'))
{{ $errors->first('g4') }}
@endif
@if($errors->has('g5'))
{{ $errors->first('g5') }}
@endif