@extends('layouts.dashboard') @section('styles') @endsection @section('content')

Manage Users

Add New User
@forelse($users as $user) @endforeach
User Role Joined Date Actions
{{ $user->name }}
{{ $user->email }}
{{ ucfirst($user->role) }} {{ $user->created_at->format('M d, Y') }}
@foreach($users as $user) @endforeach @endsection @section('scripts') @endsection