{{ $errors->has('name_bangla') ? $errors->first('name_bangla') : ' ' }}
{{ $errors->has('name_english') ? $errors->first('name_english') : ' ' }}
{{ $errors->has('phone_number') ? $errors->first('phone_number') : ' ' }}
@if(isset($empty))
{{ $errors->has('day') ? $errors->first('day') : ' ' }} {{ $errors->has('month') ? $errors->first('month') : ' ' }}
{{ $errors->has('date_of_birth') ? $errors->first('date_of_birth') : ' ' }}
@else
{{ $errors->has('date_of_birth') ? $errors->first('date_of_birth') : ' ' }}
@endif
{{ $errors->has('word_number') ? $errors->first('word_number') : ' ' }}
{{ $errors->has('bn_father_name') ? $errors->first('bn_father_name') : ' ' }}
{{ $errors->has('bn_Husband_name') ? $errors->first('bn_Husband_name') : ' ' }}