@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-review/read.blade.php on line 24

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

Notice: Undefined variable: media in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/edmuhak/component/bbs/camp-review/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-review/read.blade.php on line 25
@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 (!empty($var->name)) {{ markName( $var->name ) }} @endif @if (isset($cfg->show->date))
Fatal error: Uncaught Error: Call to undefined function dateFormat() in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/edmuhak/component/bbs/camp-review/read.blade.php:63 Stack trace: #0 {main} thrown in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/edmuhak/component/bbs/camp-review/read.blade.php on line 63