{{-- resources/views/partials/birth_sex.blade.php --}}

生年月日 / 性別必須

@if ($errors->has('birth_year')) {{ $errors->first('birth_year') }} @endif
@if ($errors->has('birth_month')) {{ $errors->first('birth_month') }} @endif
@if ($errors->has('birth_day')) {{ $errors->first('birth_day') }} @endif