@extends('mobile.module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
{{-- 热点推荐--}} @if($categorys_root) @foreach($categorys_root as $k=>$v) {{$v->categoryname}} @endforeach @endif
@if($categorys) @foreach($categorys as $k=>$v) {{$v->categoryname}} @endforeach @endif
{{--@if($articles->total()) @foreach($articles as $k=>$v)
$v->id])}}'">
@if($v->small_img) @else @endif
{!! $v->title !!}
{{date('Y-m-d',strtotime($v->created_at))}}
{{$v->click}}
{!! cut_str(strip_tags(htmlspecialchars_decode($v->content,ENT_QUOTES)),'130',0,'...') !!}
@endforeach @else @endif--}} @include('mobile.app.content.policy.ajax_policy_list')
@endsection @section('script') @endsection