@extends('layout/principal') @section('titulo', 'Home') @section('content')
| Acciones | ID | Rol de Usuario | Tipo | |
|---|---|---|---|---|
|
{{-- --}}
{{-- Editar --}}
|
{{ $rol->id }} | {{ $rol->name }} | {{--{{ $rol->es_representante }} | --}}@if ($rol->es_representante == 1) Representante @endif @if ($rol->es_representante == 0) Usuario @endif |