@extends('panel::layouts.app') @section('title', __('panel/role.roles')) @section('content')
{{ __('panel/role.roles') }}
@csrf @method($role->id ? 'PUT' : 'POST')
@foreach ($permissions as $item) @endforeach
@if($item['is_plugin']) @else @endif {{ $item['label'] }} [{{ __('panel/role.select_all') }} / {{ __('panel/role.unselect_all') }}]
@foreach ($item['permissions'] as $child)
@endforeach
@endsection @push('footer') @endpush