@extends('layouts.admin') @section('content')
Admin notifications
Verification submissions, tickets, payment events and sync conflicts
@forelse($items as $n) @empty@endforelse
EventTypeWhen
{{ $n->title }}
{{ $n->body }}
{!! \App\Support\Ui::badge(str_replace('_',' ',$n->type), 'blue') !!}{{ \App\Support\Ui::ago($n->created_at) }}
No notifications yet.
@include('admin.partials.pager', ['rows' => $items])
@endsection