@lang('frontsistema.notifications.notification_lbl') {{ isset($notification) ? ' - '. __('sistema.notifications.short_message.' . $notification->short_message) : '' }}
{{--
{{ isset($notification) ? __('sistema.notifications.short_message.' . $notification->short_message) : '' }}
--}}
@if(isset($notification))
{{ date('d M Y H:i:s',strtotime($notification->created_at)) }}
@endif
{!! $page_content !!}