@extends('layouts.panel') @section('title', $title) @push('css') @endpush @section('breadcrumb') @endsection @section('content') @slot('title')
{{$title}}
@endslot
@csrf
@foreach ($permissions as $group)
@foreach ($group['items'] as $permission)
@endforeach
@endforeach

@if($role->name == ROLE_SUPERADMIN) @lang('Back') @else @endif
@endsection @push('js') @endpush