Randevu sahibi
@if ($canManageDoctor)
@endif
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('schoolId'))
{{ $errors->first('schoolId') }}
@endif
@if ($errors->has('tc'))
{{ $errors->first('tc') }}
@endif
@if ($errors->has('birthDate'))
{{ $errors->first('birthDate') }}
@endif