@extends('layouts.app') @section('content') 全部 @foreach ($categorys as $category) {{ $category->title }} @endforeach @foreach ($adverts as $advert) @endforeach @if ($hot) 推荐{{ $hot->title }} {{ $hot->category->title }} {{ $hot->clicks }} @endif @include('articles.more', ['lists'=>$lists]) @endsection @section('script') @endsection
推荐{{ $hot->title }}