@extends('layouts.backend') @section('title', '新建页面') @section('header')

新建页面

@endsection @section('content')
@include('backend.alert.warning')
{{ csrf_field() }}
@endsection @section('javascript') @endsection