@extends('layouts.backend') @section('title', '博客用户修改') @section('header')

博客用户修改

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