@extends('module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @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
搜索您的问题
{{ csrf_field() }}
@if($categories->toArray()) @foreach($categories as $k=>$v) @endforeach @endif
{{-- 页脚 --}} {{--@include('module.section.content_footer')--}} @endsection @section('script') @endsection