@extends('admin.layout.master') @section('title', "طلبات الدورات المجانية") @section('content')

طلبات الدورات المجانية

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

طلبات الدورات المجانية

@foreach($rows as $row) @endforeach
# إسم الطالب إسم الدورة حالة الموافقة التحكم
{{$i}} {{$row->student->username}} {{$row->course->title['ar']}} {{getPaymentStatusAdmin($row->admin_accept)}}
@stop