@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @extends('layouts.frontend') @section('title', $country->meta_title) @section('meta_description', $country->meta_description) @section('meta_keywords', $country->meta_keyword) @section('content')
@include('frontend.module.kv-countries-study')
@foreach ($list as $k => $v)
{{ $v->title }}

{!! $v->description !!}

看詳情
@endforeach {{--
卡普蘭國際英語,倫敦(考文特花園)

在聖塔莫尼卡(Santa Monica)的一切事物、商店、風景、美食都是讓人很難以抗拒的。聖塔莫尼卡有著數不盡的餐廳、三哩長的白色沙灘,這裡是許多上流人士駐足流連忘返的勝地。

看詳情
--}}
@stop @section('js') {{-- --}} @stop