@extends('adminlte::page')
@section('title', 'Dashboard')
@section('content_header')
GESTIONE UTENTI
@stop
@section('content')
| # |
Ruolo |
|
@foreach ($data['Ruoli'] as $Ruolo)
| {{$Ruolo->id}} |
{{$Ruolo->name}} |
edit
delete |
@endforeach
@stop
@section('css')
@stop
@section('js')
@stop