@extends('layouts.base') @section('content') @section('title', trans($title))
{!! app\common\helpers\DateRange::tplFormFieldDateRange('data[time]', ['starttime'=>$time['starttime'], 'endtime'=>$time['endtime'], 'start'=>$time['starttime'], 'end'=>$time['endtime'] ], true) !!}
{!! yz_tpl_ueditor('data[content]', $item['content']) !!}
@endsection