@extends('sales.layouts.app') @section("content")

編輯角色

{{ csrf_field() }} {{ method_field("POST") }}

權限設定

@foreach($navs as $f)
@if( count($f->child()) )
@foreach($f->child() as $c)
@endforeach
@endif
@endforeach @if (count($errors) > 0) @include('partials.error', ['errors'=>$errors]) @endif
@if($editable) @endif 取消,回上頁
@endsection @section("script") @endsection