@extends('layouts.dashboard') @section('content')
@include('flash_msg')
@csrf
@foreach($custom_permission as $key => $group) @endforeach
{{__('Section')}} {{__("Available permissions")}}
{{ ucfirst($key) }} @forelse($group as $permission) @empty {{ __("No permission in this group !") }} @endforelse
@endsection