@extends('layout') @section('title') Usuários @endsection @section('content') @include('flashs')
{{----}} {{----}}
@foreach($users as $user) @endforeach
ID Nome E-mail
{{ $user['id'] }} {{ $user['name'] }} {{ $user['email'] }} {{-- --}} {{-- --}}
@csrf
@endsection @section('customjs') @endsection