@extends('layout.app') @section('title') {{ __('المراحل المدرسية') }} @stop @section('css') @stop @section('content')
{{ __(' مربي الصف ') }} : @if ($class->user) {{ $class->user->name }} @else بدون مربي @endif
| # | {{ __('اسم الطالب') }} | {{--{{ __('Action') }} | --}}
|---|---|---|
| {{ $loop->iteration }} | {{ $student->name }} | {{----}} |
{{ __('لا يحتوي على طلاب حاليا') }}