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

第三方 【{{$party->name}}】分配直接权限,直接权限与角色拥有的角色权限不冲突

{{csrf_field()}} {{method_field('put')}} @forelse($permissions as $first)
@if(isset($first['_child'])) @foreach($first['_child'] as $second)
@if(isset($second['_child']))
@foreach($second['_child'] as $thild) @endforeach
@endif
@endforeach @endif
@empty
无数据
@endforelse
返 回
@endsection @section('script') @endsection