@if ($errors->has('profile_picture'))
{{ $errors->first('profile_picture') }}
@endif
@if ($errors->has('photo_id'))
{{ $errors->first('photo_id') }}
@endif
@if ($errors->has('registration_proof'))
{{ $errors->first('registration_proof') }}
@endif
@if ($errors->has('clinic_logo'))
{{ $errors->first('clinic_logo') }}
@endif