{{--@if($communityUrl) @endif--}} {{trans('notification.notifications')}} {{trans('notification.clear-all')}} {{trans('notification.mark-all')}}
@foreach($notifications as $notification) {!! $notification->present()->render() !!} @endforeach @if($notifications) {!! $notifications->appends(request()->except('page'))->render() !!} @endif
{!! Theme::section('user.side-info') !!} {!! Theme::widget()->get('notifications') !!}