@extends($user['vendor'] == 1?'user.layout.supportlayout':'user.layout_user.supportlayout') @section('tab4','active') @section('tab')
@if(count($lists) == 0)
{{{ trans('main.no_notification_es') }}}
| {{{ trans('main.title') }}} | {{{ trans('main.text') }}} | {{{ trans('main.date') }}} |
|---|---|---|
| {{{ $item->title or '' }}} | {!! $item->msg or '' !!} | {{{ date('d F Y H:i',$item->create_at) }}} |