@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') }}}
@else
@foreach($lists as $item) @endforeach
{{{ trans('main.title') }}} {{{ trans('main.text') }}} {{{ trans('main.date') }}}
{{{ $item->title or '' }}} {!! $item->msg or '' !!} {{{ date('d F Y H:i',$item->create_at) }}}
@if(!isset($_GET['p']) && $count>20) @endif @if(isset($_GET['p']) && $count>($_GET['p']+1)*20) @endif @if(isset($_GET['p']) && $_GET['p']>0) @endif
@endif
@endsection