@extends('admin.layouts.app') @section('panel')
@foreach($notifications as $notification)
{{ __($notification->title) }}
{{ $notification->created_at->diffForHumans() }}
@endforeach {{ paginateLinks($notifications) }}
@endsection