@extends('layouts.master') @section('title') اضافة طلاب للدورة @isset($classRoom->name) {{ $classRoom->name }} @endisset @endsection @section('first-css') @endsection @section('content-body') @include('massages')
@csrf
@isset($students) @foreach ($students as $student) @endforeach @endisset
رقم اسم طالب ضم الطالب؟
@isset($student->id) {{ $student->id }} @endisset @isset($student->name) {{ $student->name }} @endisset @isset($student->id)
@endisset
@include('students.modals.new') @endsection @section('script') @endsection