@extends('layouts.app') @section('styles') @endsection @section('content')

{{ __('student.add-new-student') }}

@csrf

{{ __('student.serial_number') }}
{{ __('student.id') }}
{{ __('student.program-fees') }}
{{ __('student.name') }}
{{ __('student.registration-fees') }}
النوع
{{ __('student.insurance-fees') }}
{{ __('student.college') }}
{{ __('student.section') }}
{{ __('student.program') }}
{{ __('student.batch') }}
{{ __('student.national-id') }}
{{ __('student.date-of-birth') }}
الولاية
المحلية
{{ __('student.admission-type') }}
نوع السكن
{{ __('student.phone-number') }}
عنوان ولي الامر
إسم ولي الامر
{{ __('student.guardian-phone-number') }}
ملحوظة
{{ __('student.image') }}

{{ __('student.cancel') }}
@endsection @section('scripts') @endsection