@extends('admin/layouts/master') @section('title', 'Roles Management') @section('style') {{-- Add any role-specific CSS --}} @endsection @section('content')
| Role Name | Permissions | Actions |
|---|---|---|
| {{ $role->name }} | {{ $role->permissions->pluck('name')->join(', ') ?: '—' }} |
|