@extends('layouts.app') @section('title', $session->title . ' - ' . $course->title) @section('content')
{{ $session->description }}
Video content for this session
@elseif($material['type'] === 'audio')Audio content for this session
@elseif($material['type'] === 'file') @elseif($material['type'] === 'link') @else