@extends('layouts.app') @section('title', 'Admin Panel - Social Scheduler') @section('content')
| Name | Role | Joined | |
|---|---|---|---|
| {{ $user->name }} | {{ $user->email }} | {{ ucfirst($user->role) }} | {{ $user->created_at->diffForHumans() }} |
| User | Content | Status |
|---|---|---|
| {{ $post->user->name }} | {{ Str::limit($post->content, 40) }} | {{ $post->status_label }} |
No activity recorded yet
| User | Action | Description | Time |
|---|---|---|---|
| {{ $activity->user ? $activity->user->name : 'System' }} | {{ $activity->action }} | {{ $activity->description }} | {{ $activity->created_at->diffForHumans() }} |