@extends('layouts.app') @section('title', 'View Users') @section('content')

View Users

{{ dd($users) }} @endsection