@if ($errors->any())
@endif @foreach($data as $key => $courses) @if(!empty($courses) && count($courses) > 0)
{{$key}}:
@foreach($courses as $course) @endforeach
@lang('tr.CourseName') @lang('tr.CourseCode') @lang('tr.Action') @lang('tr.Your Comment')
This text will be displayed to the control
@lang('tr.Feedback')
{{$course->en_name}} {{$course->short_name}} @if($course->control_decision == null) @elseif($course->control_decision == 1) @endif @if($course->control_decision == 1)

@lang('tr.In Review')

@elseif($course->control_decision == 2)

@lang('tr.Accepted')

@elseif($course->control_decision == 3)

@lang('tr.Rejected')

@endif

@endif @endforeach