@extends('layouts.dash') @section('content')

Notification

@php $i=0; @endphp @forEach($notifications as $nt) @php $i++;@endphp @endforeach
    Date title Notification
   {{ date('d/m/Y H:i:s',strtotime($nt->date.$nt->time))}} {{$nt->title}} {{$nt->message}}
@endsection