@extends('layout.user') @section('page-title', __('basic.Notification')) @section('nav-title', __('basic.Notification')) @section('page-js-script') @endsection @section('container')
{{ $item['title'] }}
{!! $item['content'] !!}
{{ date('Y-m-d', strtotime($item['create_time'])) }}