@section('title', 'Add Roles To Permissions')

{{ __('Role') }}: {{ $role->name }}

Back
@csrf @method('PUT')

{{ __('Permissions') }}

@foreach ($permissions as $index => $value) @if ($index % 3 == 0) @endif @if ($index % 3 == 2 || $loop->last) @endif @endforeach
id, $rolePermissions) ? 'checked' : '' }} class="mr-2 rounded-md border-gray-300 text-blue-600 focus:ring-blue-500 permission-checkbox" />
{{ __('Submit') }}
@push('scripts') @endpush