@extends('layouts.app') @section('title', 'Edit Role') @section('content')
@csrf @method('PUT')

Permissions

Select the capabilities for this role.

@foreach($permissions as $group => $perms)

{{ $group }}

@foreach($perms as $perm) @endforeach
@endforeach
@endsection