@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{$key}}:
| @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 |