@if ($errors->has('gender'))
{{ $errors->first('gender') }}
@endif
@if ($errors->has('religion'))
{{ $errors->first('religion') }}
@endif
@if ($errors->has('blood_group'))
{{ $errors->first('blood_group') }}
@endif
@if ($errors->has('profession'))
{{ $errors->first('profession') }}
@endif
======================================== =====================================
---------------------------------------------- ------------------------------------------
Address :