@extends('home.frame') @section('title', $model_data->name.'_活动详情') @section('keywords', $model_data->name) @section('description', $model_data->name) @section('img', $menu->img) @section('curr_title', '活动详情') @section('curr_ename', 'Activity Detail') @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 }}——{{ $model_data->theme->name }}
可报人数: | @if ($num = $model_data->user_num) {{ $num }}人 @else 不限 @endif |
开始时间: | {{ $model_data->start_time }} |
结束时间: | {{ $model_data->end_time }} |
活动时间: | 长期有效 |
活动地点: | {{ $model_data->address }} |
活动介绍: | {!! $model_data->text !!} |
立即报名 |