@extends('layouts.structure') @section('content')

Edit Role: {{ $role->name }}

@csrf @method('PUT')
{{--
@foreach ($permissions as $permission)
name, $rolePermissions ?? []) ? 'checked' : '' }}>
@endforeach
--}} Cancel
@endsection