@extends('layouts.admin')
@section('page-title','')
@section('breadcrumb')
@include('admin.partials.crumb',[
'crumbs'=>[
route('admin.dashboard')=>__('default.dashboard'),
route('admin.survey.index')=>__lang('surveys'),
'#'=>__lang('courses')
]])
@endsection
@section('content')
Add to Session/Course
@php foreach($rowset as $row): @endphp
@php endforeach; @endphp
@php if($rowset->count()==0): @endphp
{{ __lang('survey-session-help') }}
@php endif; @endphp
@endsection