@extends('admin.layouts.master') @section('title') {{__('students.students')}} @endsection @section('css') @endsection @section('content')
العدد الجملي

{{\App\Models\Student::count()}}

عدد المباشرين

0

(0%)

عدد المغادرين

0

(0%)

عدد المرتقين

0

(0%)

{{__('students.students')}}
# {{__('general.fields.first_name')}} {{__('students.Nationality')}} {{__('students.Address')}} {{__('students.Father\'s Name')}} {{__('students.Father\'s Phone')}} {{__('students.Mother\'s Name')}} {{__('students.Mother\'s Phone')}} {{__('general.actions.control')}}
ID {{__('general.fields.first_name')}} {{__('students.Nationality')}} {{__('students.Address')}} {{__('students.Father\'s Name')}} {{__('students.Father\'s Phone')}} {{__('students.Mother\'s Name')}} {{__('students.Mother\'s Phone')}} {{__('general.actions.control')}}
{{__('general.actions.add')}} {{__('students.students')}}
@csrf
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
{{__('general.actions.edit')}} {{__('students.students')}}
@endsection @section('script') @endsection