@extends("layouts.app") @section("title") Notifications @endsection @section("content")
Notifications
@foreach($notifications as $notification)
link":"javasctipt:;"}}" {{$notification->link?'target="_blank"':''}} class="kt-widget4__username"> {{$notification->title}}
{{$notification->message}}
@endforeach
{!!$notifications->links()!!}
@endsection {{-- --}}