{{-- @if(isset($notifications[0]))--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}}
@forelse($notifications as $notification)
@if($notification->channel == 'Email') mdo @else mdo @endif
@if($notification->channel ) {{ $notification->created_at->format('M d, y h:i:A') }}

New {{$notification->type}} From {{ $notification->display_name }} On {{$notification->channel}}


@else Channel: {{$notification->content}}
@endif
@empty
@endforelse