Permissions Check
@if (isset($permissions['errors']))
Please fix the below error and the click
Check Permission Again
@endif
@foreach ($permissions['permissions'] as $permission)
{{ $permission['folder'] }}{{ $permission['permission'] }}
{!! $permission['isSet']
? '
'
: '
' !!}
@endforeach