@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter')
@extends('layouts.frontend')
@section('title', $cm->meta_title)
@section('meta_description', $cm->meta_description)
@section('meta_keywords', $cm->meta_keyword)
@section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'countries_study-des', $country->country_id, $country->country_name))
@section('content')
@include('frontend.module.kv-countries-study')
{{ Breadcrumbs::render('countries_study-des', $country->country_id, $country->country_name) }}
@if ($subpage==1)
subpage 1
@else
@foreach ($list as $k => $v)
@if (($k % 2) == 0)
@else
@endif
@if (($k % 2) == 0)
@else
@endif
{{ $v->title }}
{!! $v->description !!}
@endforeach
@endif
@stop
@section('js')
@stop