@extends('layouts.user') @section('title', 'Banned Employees Report') @section('content')
| Site Name | Reason | Banned At | Action |
|---|---|---|---|
| {{ $ban->name }} | "{{ $ban->pivot->reason ?? 'No reason provided' }}" | {{ \Carbon\Carbon::parse($ban->pivot->banned_at)->format('M d, Y H:i') }} |
There are currently no active bans matching your criteria.