@extends("admin.layouts.app") @section("title", __("admin.ticket_spam_filter")) @section("content")
| {{ __('common.table.type') }} | {{ __('admin.ticket_spam.content') }} | {{ __('common.table.created') }} | {{ __('common.table.actions') }} |
|---|---|---|---|
| {{ ucfirst($filter->type) }} | {{ $filter->content }} |
{{ $filter->created_at?->format('d M Y') ?? '-' }} |