@extends('admin.master') @section('title', trans('general.options')) @section('content')

{{ trans('general.options') }} Options

{!! $forms['general']->render() !!}

站点公告

设置已保存。
'; } ?>

可使用 Markdown 进行排版

{!! $forms['cache']->render() !!}
@endsection @section('style') @endsection