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

{{ __('student.show') ." ". __('student.data') ." ال". __('student.student') }}

@csrf @method('put')

{{ __('student.serial_number') }}
{{ __('student.id') }}
{{ __('student.program-fees') }}
{{ __('student.name') }}
{{ __('student.registration-fees') }}
النوع
gender == 1 ? 'checked' : ''}}>
gender == 2 ? 'checked' : ''}}>
{{ __('student.insurance-fees') }}
{{ __('student.college') }}
{{ __('student.section') }}
{{ __('student.program') }}
{{ __('student.batch') }}
{{--
{{ __('student.program') }}
{{ __('student.section') }}
--}}
{{ __('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