@if (latestActiveNotification())
@if (latestActiveNotification()->type == 1 || latestActiveNotification()->type == 2)
@endif
@endif
@if (latestActiveNotification())
{!! latestActiveNotification()->message !!}
@if (latestActiveNotification() && latestActiveNotification()->image)
@endif
@endif