@extends('layouts.contentLayoutMaster')
@php
$breadcrumbs = [[['link' => route('parent.applications.index'), 'name' => "الطلبات"],['name'=> 'طلبات التحاق']],['title' => 'اضافة طلب التحاق']];
@endphp
@section('title', 'تسجيل طلب التحاق جديد')
@section('vendor-style')
@endsection
@section('page-style')
{{-- Page Css files --}}
@endsection
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@component('components.forms.formCard',['title' => sprintf('طلب التحاق جديد للعام الدراسي %s',$year->year_name)])
{{ Form::open(['route' => 'parent.applications.store','method'=> 'POST' , 'class' => 'row','id' => 'adminform' , 'onsubmit' => 'showLoader()']) }}
معلومات الطالب
@if(!auth()->user()->guardian->national_id)
@endif
الطالب يحتاج الي رعاية خاصة
معلومات الصف الدراسي
موعد المفابلة الشخصية
ادخال معلومات الأجتماع عن بعد
خطة دفع الرسوم الدراسية
خطة النقل
تسجيل طلب الألتحاق
عودة
{!! Form::close() !!}
@endcomponent
@endsection
@section('vendor-script')
@endsection
@section('page-script')