@extends('backend.layouts.app') @section('title', __('labels.backend.live_lessons.title').' | '.app_name()) @section('content')

@lang('labels.backend.live_lessons.title')

@lang('labels.backend.live_lessons.fields.course') {{ $liveLesson->course->title }}
@lang('labels.backend.live_lessons.fields.title') {{ $liveLesson->title }}
@lang('labels.backend.live_lessons.fields.short_text') {!! $liveLesson->short_text !!}
@lang('strings.backend.general.app_back_to_list')
@stop