@section('title', '权限编辑') @section('content')
格式是Controller@method
Controller为App\Http\Controllers目录下; method,可以是get/post,也可以是controller类的方法。
@foreach($roles as $role) @endforeach
@endsection @section('id',$id) @section('js') @endsection @extends('common.edit')