@extends('layouts.backend') @section('title', '博客设置') @section('header')

博客设置

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