{{ session('message') }}
{{ session('error') }}
@foreach ($cs_conflict as $cs_c)Please Check Course RS-{{$cs_c->course_id}} Session at {{$cs_c->session_date}} from {{ date_format(date_create($cs_c->from),'g:i a')}} to {{ date_format(date_create($cs_c->to),'g:i a')}} @if ($cs_c->class_room_id) in class room {{$cs_c->class_room->name}} @endif @if ($cs_c->instructor_id) and Instructor {{$cs_c->instructor->name}} @endif
@endforeach