@if (lang() == 'ar')
@else
@endif
{{ __('admin.fast_register') }}
@csrf
{{ __('admin.four_name') }}
{{__('admin.four_name_note')}}
{{ __('admin.email') }}
{{ __('admin.phone_number') }}
{{ __('admin.city') }}
{{ __('admin.region')}}
{{ __('admin.select') }}
@foreach ($regions as $region)
{{$region->name}}
@endforeach
{{ __('admin.unvitsty')}}
{{ __('admin.select') }}
@foreach ($unvitsties as $unvitsty)
{{$unvitsty->name}}
@endforeach
{{ __('admin.other') }}
{{ __('admin.university_text') }}
{{ __('admin.gender')}}
{{ __('admin.select') }}
{{ __('admin.male') }}
{{ __('admin.female') }}
{{ __('admin.specialty')}}
{{ __('admin.select') }}
{{ __('admin.accounting') }}
{{ __('admin.finance') }}
{{ __('admin.business_management') }}
{{ __('admin.general_administration') }}
{{ __('admin.other') }}
{{ __('admin.professional_status')}}
{{ __('admin.select') }}
{{ __('admin.college_or_university_student') }}
{{ __('admin.graduate') }}
{{ __('admin.employee') }}
{{ __('admin.specialty_text') }}
{{ __('admin.educational_background')}}
{{ __('admin.select') }}
{{--
{{ __('admin.university_1') }}
--}}
{{ __('admin.student') }}
{{ __('admin.diploma') }}
{{ __('admin.bachelor') }}
{{ __('admin.master') }}
{{ __('admin.other') }}
{{ __('admin.education_level')}}
{{ __('admin.select') }}
{{ __('admin.student_drop_out') }}
{{ __('admin.graduated') }}
{{ __('admin.other') }}
{{ __('admin.education_level_text') }}
{{ __('admin.applying_for')}}
{{ __('admin.select') }}
{{--
{{ __('admin.independent') }}
--}} {{--
{{ __('admin.basic_level') }}
--}}
{{ __('admin.program_fees') }}
{{ __('admin.students_fees') }}
{{ __('admin.employee_fees') }}
{{ __('admin.upload_certificate') }}
{{ __('admin.confirm_terms') }} (
{{__('admin.click_here')}}
)
{{ __('admin.confirm') }}