@extends('admin.layout') @section('content')

修改权限

@include('admin.error')
{{ csrf_field() }} {{ method_field('PUT') }}
@endsection