@extends('layouts.master') @section('head') @endsection @section('content')

Notifications

    @foreach($notifications as $notification)
  • {{ $notification->notification_title }}
    {{ $notification->updated_at }}

    {!! $notification->notification_body !!}

  • @endforeach
{{ $notifications->links() }}
@endsection @section('last_scripts')