@extends('base') @section('title', __('strategy for studing abroad')) @section('content') @include('common.no_cache') @php $version = config('app.version'); $language = config('app.locale'); $auth = \Illuminate\Support\Facades\Auth::check(); @endphp
@if(count($banners) > 0)
@foreach($banners as $banner)
@endforeach
@endif
@if($hasPicked)
精选文章
@endif @foreach($types as $typeBanner) @if($typeBanner && isset($typeBanner['id']))
@if(isset($typeBanner['first_img']) && $typeBanner['first_img']) @endif
{{$typeBanner['name']}}
@endif @endforeach
{{ __('Sort by') }}
@if($strategybanners) @endif @if($hotList->toArray())

热门文章 @if($totalRow > 5) 查看更多 @endif

@foreach($hotList as $hot)
{{$hot->synopsis}}
@endforeach
@endif
后退
无搜索结果

很抱歉,无法找到匹配的内容。

不要放弃,以下这些提示也许能帮您找到您所需的内容:

- 仔细检查您的拼写

- 查看上方分类栏@if($recommendList)或者下方的阅读推荐@endif

@if($recommendList)
阅读推荐
@foreach($recommendList as $recommend)
{{$recommend['title']}}
@endforeach
@endif
@include('modals.add_to_cart_validation_modal') {{--@include('offerwall::layouts.components.support.image_modal')--}}
@endsection