@yield('page-title', '管理后台')
@yield('actions')
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
表单填写有误,请检查后重试。
@endif @yield('content')