@extends('layouts.client') @section('title',"Notifications") @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')
{{ $notification->content }}
{{ Carbon\Carbon::parse($notification->created_at)->format('m/d/Y h:i a') }}