Notifications

@forelse($notifications as $notify)
is_read) style="background-color: #eeaa1b;color: #fff; font-weight: bold;font-size: 18px;" @endif>

{!! $notify->notification !!}

{{ date_diff(new \DateTime($notify->created_at), new \DateTime())->format("%i minutes") }} ago
{{-- {{ date_diff(new \DateTime($notify->created_at), new \DateTime())->format("%i Minuts"); }} --}}
@empty

There is no notification.

@endforelse