@if(count($notifications))
@foreach($notifications as $notification)
getLocale() == 'ar') style="direction: rtl" @endif>
{{$notification->body['message']}}
{{$notification->updated_at->diffForHumans()}}
@if(!$loop->last)
@endif
@endforeach
@else
{{trans('app.no_notifications')}}
@endif