@extends('layouts.admin') @section('title', 'Blocked Entities') @section('content_header')
| Sr. No. | Type | Value | Reason | Expires At | Status | Created | Actions |
|---|---|---|---|---|---|---|---|
| {{ ($blockedEntities->currentPage() - 1) * $blockedEntities->perPage() + $index + 1 }} | {{ strtoupper($entity->type) }} |
{{ $entity->value }}
|
{{ $entity->reason ? Str::limit($entity->reason, 50) : 'No reason provided' }} | @if($entity->expires_at) {{ $entity->expires_at->format('M d, Y h:i A') }} @else Permanent @endif | @if($entity->isActive()) Active @else Expired @endif | {{ $entity->created_at->format('M d, Y h:i A') }} | View Edit |
| No blocked entities found. | |||||||