@extends('layouts.dashboard') @section('content')
Add Role & Permission
Back
@include('flash_msg')
@csrf
Role
*
@foreach($custom_permission as $key => $group) @endforeach
{{__('Section')}}
{{__('Select All') }}
{{__("Available permissions")}}
{{ ucfirst($key) }}
@if($key)
{{__('Select All') }}
@endif
@forelse($group as $permission)
{{$permission->name}}
@empty {{ __("No permission in this group !") }} @endforelse
Create
@endsection