@push('scripts') @endpush

Data Profil

@csrf
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('birth')) {{ $errors->first('birth') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif