@extends('backend.admin-master') @section('site-title') {{__('Dashboard')}} @endsection @section('content')

Notifications Mark All As Read

@foreach($notifications as $tl) @endforeach
Id Message Created At
{{$tl->id_notifications}} @if(!empty($tl->link)) @endif {!! str_replace("
", ' ', $tl->message) !!} @if(!empty($tl->link))
@endif
{{ \Carbon\Carbon::parse($tl->created_at)->format('d-M-Y @ H:i:s')}}
{{ $notifications->links("pagination::bootstrap-4") }}
@endsection