@extends('layouts.app') @section('title', 'Notifications - ' . config('app.name')) @section('header-left')
{{ $notification->title }}
{{ Str::limit($notification->body, 120) }}