@extends('layouts.app') @section('title', '首页') @section('content')
@if($nyydtimg->isNotEmpty()) @foreach($nyydtimg as $img) @endforeach @endif
{{ $nyydtCate->title }}
{{ $mtbdCate->title }} 更多 查看更多
@if($mtbdArticles->isNotEmpty()) @foreach($mtbdArticles as $article) @endforeach @endif
{{ $dzjsCate->title }}
更多+
{{ $dzjsimg->title }}
{{ $dzjsimg->created_at->format('m-d') }}
{{ $xxydCate->title }}
更多+
{{ $xxydimg->title }}
{{ $xxydimg->created_at->format('m-d') }}
    @if($categorys->isNotEmpty()) @foreach($categorys as $category)
  • iteration==1) class="active" @endif> {{ $category->title }}
  • @endforeach @endif
@if($categorys->isNotEmpty()) @foreach($categorys as $category) @if($category->articles->isNotEmpty()) @endif @endforeach @endif
@endsection @push('script') @endpush