@extends('home.frame') @section('title', $model_data->name.'_课程详情') @section('keywords', $model_data->keywords) @section('description', $model_data->description) @section('img', $menu->img) @section('curr_title', '课程详情') @section('curr_ename', 'Course Details') @section('menu', $menu->name) @section('menu_href', $menu->href) @section('menu_up', $menu_up->name) @section('menu_up_href', $menu_up->href) @section('content')

{{ $model_data->name }}

@if ($model_data->start_date && $model_data->end_date) @else @endif @if (!$model_data->end_time || strtotime(date('Y-m-d', time())) < strtotime($model_data->end_time)) @endif
可报人数: @if ($num = $model_data->user_num) {{ $num }}人 @else 不限 @endif
开始日期: {{ $model_data->start_date }}
结束日期: {{ $model_data->end_date }}
课程日期: 长期开展
上课地点:
{{ $model_data->address }}
课程介绍: {!! $model_data->text !!}
立即报名
@stop