@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($strategyType) @foreach($strategyType as $strategyTypeVal)
@endforeach @endif
@if($strategy)
{{$strategy['title']}}
{{date('d/m/Y', strtotime($strategy['released_time']))}}
{{$strategy['reading_quantity'] + $strategy['set_quantity']}}
{!!$strategy['body']!!}
@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