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