{{ __lang('drag-and-drop-rows') }} {{ __lang('Add Class') }}
@php foreach($session->lessons()->orderBy('pivot_sort_order')->get() as $sessionLesson): @endphp @php endforeach; @endphp# | {{ __lang('class-name') }} | {{ __lang('class-type') }} | {{ __lang('class-date-opening-date') }} | {{ __lang('start-time') }} | {{ __lang('end-time') }} | {{ __lang('class-venue') }} | |
---|---|---|---|---|---|---|---|
{{$sessionLesson->pivot->sort_order}} | {{$sessionLesson->name}} | {{ ($sessionLesson->type=='c')?__lang('online'):__lang('physical-location') }} | @php if($sessionLesson->type=='s'): @endphp @php endif; @endphp | @php if($sessionLesson->type=='s'): @endphp @php endif; @endphp | @php if($sessionLesson->type=='s'): @endphp @php endif; @endphp |
{{ __lang('edit') }}
@php if($sessionLesson->type=='c'): @endphp
{{ __lang('manage-lectures') }}
@php endif; @endphp
|