@extends('backoffice.dashboard') @section('content') @if ($errors->any()) @endif @if(Auth::check())
@csrf @method('PUT')

صلاحيات الدور: {{ $role->nom_ar }}

@foreach($permissions as $perm)
id_perm, $rolePermissions) ? 'checked' : '' }}>
@endforeach
@else @endif @endsection