@extends('layouts.app')
@section('title', 'View Users')
@section('content')
<h1>View Users</h1>
{{ dd($users) }}
@endsection