@extends('admin.template') @push('scripts') @if($successMessage) @endif @endpush @section('content')
@foreach($notifications as $notification) @endforeach
# Topic Title Sent at Actions
{{$notification->id}} {{$notification->topic}} {{$notification->title}} {{$notification->created_at}}
{{$notifications->links('defaults.pagination')}}
@endsection