{{ $notification->title }}
{{ $notification->message }}
Attachments
@forelse($notification->attachments as $att) @emptyNo attachments.
@endforelse
@extends('user.layout.app') @section('title', $notification->title) @section('content')
{{ $notification->message }}