@extends('layouts.admin') @section('content')

Users

@if($users->count()) @include('admin.users._table', compact('users')) @else

There are no user accounts added in the database.

@endif @endsection