@extends('layouts.master')
@section('main_title','قائمة الطلاب')
@section('main_page','الطلاب')
@section('title','الطلاب')
@section('content')
الاسم |
الكود |
رقم الجوال |
رقم الهوية |
المرحلة الدراسية |
المدرسة التعليمية |
|
@include('Shared.delete')
@include('dashboard.students.Model.upload')
@include('dashboard.students.Model.create_update')
{{-- @include('dashboard.students.Model.view') --}}
@endsection
@section('scripts')
@include('dashboard.students.js.js')
@endsection