@extends('layouts.app') @section('title', '首页') @section('css') @endsection @section('content') @if (getAdvertsByCate(23)->isNotEmpty())
@foreach (getAdvertsByCate(23) as $advert)
url) data-href="{{ $advert->url }}" @endif>
@endforeach
@endif
@if (getArticlesByPosition(1)->isNotEmpty()) @foreach (getArticlesByPosition(1) as $article)
{{ $article->title }}
@endforeach @endif

分院新闻

News Information
    @if (getArticlesBYCate(24,4)->isNotEmpty()) @foreach (getArticlesBYCate(24,4) as $article)
  • {{ $article->title }}
  • @endforeach @endif
{{--梯队人才--}}
{{ getOneCategory(28,'title') }} MORE
@if (getResumesByCate(28,30)->isNotEmpty()) @foreach (getResumesByCate(28,30) as $article) @if($loop->odd)
{{ $article->name }} {{-- {{ $article->description }}--}}
@endif @endforeach @endif
@if (getResumesByCate(28,30)->isNotEmpty()) @foreach (getResumesByCate(28,30) as $article) @if($loop->even)
{{ $article->name }} {{-- {{ $article->description }}--}}
@endif @endforeach @endif
@if (getArticlesBYCate(24,5,'all',false,'asc')->isNotEmpty()) @foreach (getArticlesBYCate(24,5) as $article) @if($loop->index==4)
{{ $article->title }}
@endif @endforeach @endif
@if (getAdvertsByCate(21,2)->isNotEmpty()) @foreach (getAdvertsByCate(21,2) as $advert) @endforeach @endif
{{ getOneCategory(17,'title') }}
查看更多
@if (getArticlesBYCate(17,3,'one',true)->isNotEmpty())
{{getArticlesBYCate(17,3,'one',true)->first()->title }}
@endif
@if (getArticlesBYCate(10,8)->isNotEmpty()) @foreach (getArticlesBYCate(10,8) as $article)
{{ $article->title }}
@endforeach @endif
@endsection @push('script') @endpush