NOMBRES | CORREO | ASIGNAR ROL |
---|---|---|
{{ $all->name }} | {{ $all->email }} |
@extends('adminlte::page')
@section('title', 'Usuarios')
@section('content_header')
@stop
@section('content')
@foreach ($alls as $all)
NOMBRES
CORREO
ASIGNAR ROL
@endforeach
{{ $all->name }}
{{ $all->email }}