@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

GESTIONE UTENTI

@stop @section('content')

Elenco Ruoli

@foreach ($data['Ruoli'] as $Ruolo) @endforeach
# Ruolo
{{$Ruolo->id}} {{$Ruolo->name}} edit delete
@stop @section('css') @stop @section('js') @stop