@extends('adminlte::page') @section('title', 'USUARIOS') @section('content_header') @stop @section('content')
Agregar
@foreach($usuarios as $usuario) @if( $usuario->estado == 1) @else @endif @if( $usuario->rol == 'admin') @else @endif @endforeach
@stop @section('css') @stop @section('js') @stop