@extends('dashboard.layouts.app') @section('title', 'Détails du Rôle - ' . $role->nom . ' - UAC eservices') @section('page-title', 'Détails du Rôle') @section('breadcrumb')
{{ $role->nom }}
{{ $role->users->count() }}
{{ $role->description }}
{{ $role->created_at->format('d/m/Y H:i') }}
{{ $role->updated_at->format('d/m/Y H:i') }}