@extends('backend.layouts.app') @section('content')

{{ TranslationManager::translate('All Notification') }}

{{-- --}} @foreach ($notifications as $key => $notification) {{-- --}} @endforeach
# {{ TranslationManager::translate('User') }} {{ TranslationManager::translate('Title') }} {{ TranslationManager::translate('Message') }} {{ TranslationManager::translate('Created At') }}{{ TranslationManager::translate('Action') }}
{{ $key + 1 }} {{ $notification->getUser() }} {{ $notification->getTitle() }} {{ $notification->getMessage() }} {{ $notification->getCreatedAt() }}
@csrf @method('DELETE')
{{ $notifications->appends(request()->all())->links() }}
@endsection @push('scripts') @endpush