@extends($user['vendor'] == 1 ? getTemplate() . '.user.layout.supportlayout' : getTemplate() . '.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 }} | {!! $item->msg !!} | {{ date('d F Y H:i',$item->created_at) }} |