@extends('module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush {{--@include('module.section.header_min')--}} {{--@include('module.section.content_header')--}} @section('content')
@if($ads->toArray()) @foreach($ads as $k=>$ad) {!! $ad->html !!} @endforeach @else @endif
@if($categories->toArray()) @foreach($categories as $k=>$v)
{{$v->category_name}}
@endforeach @endif
@if(isset($key))
{{$key}} 有关的帮助信息
@else
{{$cate_info->category_name}}
@endif @if($helps->total()) @foreach($helps as $k=>$v) @endforeach {{ $helps->links('module.widgets.pagination') }} @else
对不起,没有找到相应的信息!
@endif
{{-- 页脚 --}} {{--@include('module.section.content_footer')--}} @endsection @section('script') @endsection