@if ($method=='edit')
지도, 도시별 추천학교 넣을수 있는 방법입니다.

map : 지도 들어가야 하는 순서에 항목추가후 숫자 입력
city : 도시별 추천학교 들어가야 하는 순서에 항목추가후 숫자 입력
cnt : 항목 추가시 숫자 높여주세요
@endif @php $cont = $Template->text('h2 부분'.$cnt,'서브 텍스트'); @endphp

{{ $cont->str }} @if($cont->lnk != "#"){!! $cont->lnk !!}@endif

@php $list = $Template->customList('지도, 도시별 추천학교', [ 'map', 'city', 'cnt' ]); @endphp @if(!empty($list)) @foreach($list as $cont) @if(!empty($cont->map)) @if(!empty($cont->cnt))
@if ($method=='edit')
도시별 선호도, 지도를 넣을수 있는 방법입니다.

지역별 선호도 -
파일 선택 : 이미지를 넣어주세요
text : 도시 이름을 넣어주세요
cnt : 퍼센트를 넣어주세요 ( % 포함 )
lat : 도시에 위도를 넣어주세요 ( 구글지도 우클릭시 위도, 경도 확인가능 )
lng : 도시에 경도를 넣어주세요 ( 구글지도 우클릭시 위도, 경도 확인가능 )


위도 : 전체 지도에 위에 는 위도 밑에는 경도를 넣어주세요

설명 : 중간 텍스트를 넣어주세요
@endif @php $list = $Template->customList('지역별 선호도'.$cont->cnt, [ 'IMAGE' => 'Image', 'text', 'cnt', 'lat', 'lng' ]); @endphp @if(!empty($list))
    @foreach($list as $cont) @if(!empty($cont->IMAGE))
  • @else
  • @endif
    @if(!empty($cont->text))

    {{$cont->text}}

    @endif @if(!empty($cont->cnt)) {{$cont->cnt}} @endif
    @if(!empty($cont->IMAGE))
  • @else @endif @endforeach
@php $map = $Template->text('위도', '경도'); @endphp
@php $nowYear = date('Y'); $nowMonth = date('m'); $nowDay = date('d'); @endphp * edm유학센터 수속고객, {{$nowYear}}.{{$nowMonth}}.{{$nowDay}} 기준
@php $text = $Template->text('설명'.$cnt); @endphp

{!! $text->str !!}

@endif
@endif @endif @if(!empty($cont->city)) @if(!empty($cont->cnt)) @endif @endif @endforeach @endif