@extends('layouts/ums_layout') @section('title', '| New Course Entry') @section('content')
Add Course Asssign Teacher

Course Asssign Teacher

@foreach($courseTeacherLists as $courseTeacherList) @endforeach
#SL Course Title Assigned Teacher Program Section Shift Start Shift End Action
{{++$no}} {{$courseTeacherList->title}} {{$courseTeacherList->TeacherName}} {{$courseTeacherList->programName}} {{$courseTeacherList->sectionName}} {{$courseTeacherList->courseStartTime}} {{$courseTeacherList->courseEndTime}}  
@include('dataTableScript') @endsection