@extends('admin.layout.master') @section('title', "تفاصيل الدورة") @section('content')

تفاصيل الدورة

{{-- @include('admin.layout.message')--}}

تفاصيل الدورة

الملفات

@foreach($documents as $document) @endforeach
# إسم الملف بالعربية إسم الملف بالإنجليزية التحكم
{{$i}} {{$document->document_name['ar']}} {{$document->document_name['en']}}

الطلاب

@foreach($students as $student) @endforeach
# الإسم رقم الجوال
{{$i}} {{$student->username}} {{$student->mobile}}
@stop