{{ __('تعديل بيانات ولي الأمر') }}

@csrf @method('PUT') @if ($errors->any()) @endif

بيانات ولي الأمر الشخصية

يرجى تعبئة كافة الحقول المطلوبة بدقة.

@error('full_name')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror

سيتم استخدام البريد لتسجيل الدخول (اختياري)

@error('email')

{{ $message }}

@enderror
@if($parent->profile_photo_path) {{ $parent->full_name }} @endif
@error('profile_photo')

{{ $message }}

@enderror

ربط الطلاب

اختر الطلاب الذين يكون هذا الشخص ولي أمرهم.

@foreach($parent->students as $index => $student)
@endforeach
إلغاء
@push('scripts') @endpush