@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
{{$help_info->title}}
{!! $help_info->content !!}
{{-- 页脚 --}} {{--@include('module.section.content_footer')--}} @endsection @section('script') @endsection