@lang('messages.news_publish')
@lang('messages.title')
|
@lang('messages.publish_dept')
|
@lang('messages.publish_date')
|
瀏覽人數
|
@lang('messages.action')
|
@foreach($news as $one)
@if($one->column == '社區公告')
{{ $one->title }}
|
{{ $one->author }}
|
{{ $one->created_at }}
|
{{ $one->visitors }}
|
@lang('messages.query')
|
@endif
@endforeach
@lang('messages.title')
|
@lang('messages.publish_dept')
|
@lang('messages.publish_date')
|
瀏覽人數
|
@lang('messages.action')
|
@foreach($news as $one)
@if($one->column == '最新消息')
{{ $one->title }}
|
{{ $one->author }}
|
{{ $one->created_at }}
|
{{ $one->visitors }}
|
@lang('messages.query')
|
@endif
@endforeach
@lang('messages.title')
|
@lang('messages.publish_dept')
|
@lang('messages.publish_date')
|
瀏覽人數
|
@lang('messages.action')
|
@foreach($news as $one)
@if($one->column == '管委會訊息')
{{ $one->title }}
|
{{ $one->author }}
|
{{ $one->created_at }}
|
{{ $one->visitors }}
|
@lang('messages.query')
|
@endif
@endforeach
@lang('messages.title')
|
@lang('messages.publish_dept')
|
@lang('messages.publish_date')
|
瀏覽人數
|
@lang('messages.action')
|
@foreach($news as $one)
@if($one->column == '社區財報')
{{ $one->title }}
|
{{ $one->author }}
|
{{ $one->created_at }}
|
{{ $one->visitors }}
|
@lang('messages.query')
|
@endif
@endforeach