|
استمارة التسجيل
الرقم التسلسلي للطلب
S/N:{{ $contract->serial_number }}
|
@if(file_exists(public_path('img/logo.png')))
@endif
|
| {{ $contract->request_type == 1 ? '●' : '' }} الاشتراك الجديد | {{ $contract->request_type == 2 ? '●' : '' }} تجديد الاشتراك |
| الاسم : | {{ $contract->name }} | الجنسية : | {{ $contract->nationality }} | تاريخ الميلاد : | {{ $contract->date_of_birth?->format('Y-m-d') }} | الجنس : | {{ $contract->gender == 1 ? '●' : '' }} ذكر {{ $contract->gender == 2 ? '●' : '' }} أنثى |
| رقم الهاتف : | {{ $contract->phone }} | البريد الالكتروني : | {{ $contract->email }} | الوظيفة : | {{ $contract->job }} | ||
| العنوان : | {{ $contract->apartment }} | المنطقة : | {{ $contract->area }} | المحافظة : | {{ $contract->governorate }} | ||
|
المرفقات المطلوبة
|
@foreach(\App\Enums\RequiredAttachmentEnum::cases() as $att) {{ __('dashboard.' . strtolower($att->name), [], 'ar') }} @endforeach |
|
{{ $contract->subscription_type_id == $type->id ? '●' : '' }}
{{ $type->getTranslation('name', 'ar') }}
@if($type->getTranslation('description', 'ar'))
{{ $type->getTranslation('description', 'ar') }}
@endif
|
@endforeach
|
مدة الاشتراك
|
@foreach($subscriptionDurations as $duration) {{ $contract->subscription_duration_id == $duration->id ? '●' : '' }} {{ $duration->getTranslation('name', 'ar') }} @endforeach |
| م | الاسم | رقم الهاتف | صلة القرابة | الجنس | تاريخ الميلاد |
|---|---|---|---|---|---|
| {{ $i + 1 }}. | {{ $dep->name }} | {{ $dep->phone }} | {{ $dep->relationship }} | ذكر أنثى | {{ $dep->date_of_birth?->format('Y-m-d') }} |
| توقيع مقدم الطلب | تاريخ تقديم الطلب {{ $contract->submission_date?->format('Y-m-d') ?? now()->format('Y-m-d') }} |
|
قبول الطلب
رفض الطلب
تأجيل البت في الطلب
|
{{-- Left column: details --}}
واعتماده في اجتماع مجلس الادارة رقم
والمعتمد بتاريخ
سبب الرفض أو التأجيل:
|
| رئيس مجلس الادارة : | أمين السر العام : |
ختم
|
| التوقيع : | التوقيع : |
@endif