@extends('layouts.app') @section('content')
{{ $lesson->title }}
{{ $lesson->chapter }}节课
价值:{{ $lesson->price }}
{{ $lesson->organ->name }}
{{ $lesson->organ->all_address }}
长按识别二维码
购买须知
[有效期]
{{ $lesson->start_at }} 至 {{ $lesson->end_at }}
[温馨提示]
{{ $lesson->description }}
课程亮点
{!! $lesson->content !!}
@if($lesson->organ->cert_ids)
资质/殊荣
@endif
@endsection @section('footer') @endsection @section('css') @endsection @section('js') @endsection @section('script') @endsection