@if(count($notificationlist) == 0)
{{ $notify['content'] }}
@endforeach
@endif
{{ trans('admin::users.pages.no_record_found') }}
@else @foreach($notificationlist as $notify)