@extends(env('APP_NAME').'.layout') @push('head') {!! resource('asset/css/camp/common.css') !!} {!! resource($defaultSkinPath.'asset/common.css') !!} {!! resource('edmuhak/component/bbs/common.css') !!} {!! resource($skinPath.'asset/board.css') !!} {!! resource($defaultSkinPath.'asset/comment.css') !!} @endpush @section('content')

캠프 다이어리

@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/camp-diary/read.blade.php on line 25

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

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

Notice: Trying to get property 'ext' of non-object in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/edmuhak/component/bbs/camp-diary/read.blade.php on line 26
@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))