@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