@extends('layout') @section('title', 'Détails du rôle') @section('content')

@yield('title')

{{ $role->nom }}

@endsection