@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @extends('layouts.frontend') @section('content')
{{$member->name}}
{{--
--}}
@foreach ($member_collection_list as $k => $v)
{{ $v->school->name }}
{{ $FrontendPresenter->getCountry($v->school->country) }} {{$v->school->city_tw}}

{!!$v->school->feature!!}

@if ($v->school->school_type == 'ST010') 了解更多 @else 了解更多 預約諮詢 @endif @if ($v->school->school_type == 'ST010') 課程資訊 @endif
@if (isset($v->school->schoolCourse)) @foreach ($v->school->schoolCourse as $sc) @foreach ($sc->schoolCourseDetail as $scd) @break @endforeach @endforeach @endif
課程 價格 時程  
{{$sc->name}} {{$scd->term_pay}} 為期{{$scd->term}}週 {{-- 索取報價 --}} {{-- 索取報價 --}} 預約諮詢
@endforeach
@stop @section('js') @stop