@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
{!! !empty($data['route']['desc']) ? $data['route']['desc'] : '' !!}
@if (!empty($data['new']))
@foreach ($data['new'] as $item)

{{ !empty($item['date']) ? date('d.m.Y', strtotime($item['date'])) : '' }}

{{ !empty($item['name']) ? $item['name'] : '' }}

{{ !empty($item['desc']) ? $item['desc'] : '' }}
@endforeach
@endif
@lang('frontend::lang.news_activity')อื่นๆ
@if (!empty($data['list']['data']))
@foreach ($data['list']['data'] as $item)

{{ !empty($item['date']) ? date('d.m.Y', strtotime($item['date'])) : '' }}

{{ !empty($item['name']) ? $item['name'] : '' }}

@endforeach
@endif
@if (!empty($data['list']['pages_total']) && $data['list']['pages_total'] > 1) @endif
@endsection @section('script') @endsection