@extends(env('APP_NAME').'.layout') @push('head') {!! resource($defaultSkinPath.'asset/common.css') !!} {!! resource('edmuhak/component/bbs/common.css') !!} {!! resource($skinPath.'asset/board.css') !!} {!! resource($defaultSkinPath.'asset/comment.css') !!} @endpush @section('content')
@if($db=='university-abroad-latest-news')

대학최신소식

해외대학의 최신 업데이트 소식

@elseif($db=='university-abroad-uni-staff-meeting')

대학방문

대학 담당자와의 미팅 & 오퍼홀더

@elseif($db=='university-abroad-univ-abroad-info')

유학정보

해외 유학에 관련된 다양한
정보와 경험을 공유합니다

@elseif($db=='junior-abroad-column')

조기유학 칼럼

조기유학 전문가가 알려드리는
해외 초중고 최신정보

@endif
@foreach ($var->files as $media) @if (in_array($media->ext, AudioExt))
Notice: Undefined variable: media in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/edmuhak/component/bbs/latest-news/read.blade.php on line 32

Notice: Trying to get property 'ext' of non-object in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/edmuhak/component/bbs/latest-news/read.blade.php on line 32

Notice: Undefined variable: media in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/edmuhak/component/bbs/latest-news/read.blade.php on line 33

Notice: Trying to get property 'ext' of non-object in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/edmuhak/component/bbs/latest-news/read.blade.php on line 33
@if ($media->description)
{{ $media->description }}
@endif
@endif @if (in_array($media->ext, VideoExt))
@if ($media->description)
{{ $media->description }}
@endif
@endif @endforeach
@if (!empty($var->country)) {{ $var->country }} @endif

{{ $var->title }}

@if (isset($cfg->show->date) or isset($cfg->show->name))
@if (isset($cfg->show->date)) @if (isset($cfg->show->name) and !empty($var->name)) by {{ $var->name }} @endif @endif @if(isset($var->read_count))

조회 {{ $var->read_count }}

@endif
@endif
{!! stripslashes($var->content) !!}
@if($db=='university-abroad-latest-news') 목록 @elseif($db=='university-abroad-uni-staff-meeting') 목록 @elseif($db=='university-abroad-univ-abroad-info') 목록 @elseif($db=='junior-abroad-column') 목록 @endif
@include($defaultPath.'footer')
@endsection