@section('header') @stop @if($acc == "list") @include('layouts.breadcumb')
@foreach( $roles as $rol ) @endforeach
ID Nombre Editar
{{ $rol->id }} {{ $rol->name }}
@endif @section('footer') @stop @if( $acc != "list" )