@extends('layouts.front_vertical_menu') @section('customcss') @endsection @section('pagecontent')

@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 !!}
@endsection @section('customjs') @endsection