Nexus-InglineSystems/resources/views/users/users.blade.php

8 lines
126 B
PHP

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