@extends('layouts.client') @section('title',"Notifications") @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')

Notifications

    @foreach ($allNotifications as $notification)
  • {{ $notification->title }}

    {{ $notification->content }}

    {{ Carbon\Carbon::parse($notification->created_at)->format('m/d/Y h:i a') }}


  • @endforeach
img not show
@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush