@extends('dashboard.layouts.app') @section('title', __('dashboard.Notifications')) @section('page_heading', __('dashboard.Notifications')) @section('breadcrumb')
{{ $notification->description }}
{{ $notification->created_at->diffForHumans() }} @if(!$notification->is_read) {{ __('dashboard.New') }} @endif