@extends(env('APP_NAME').'.layout') @push('head') {!! resource($defaultSkinPath.'asset/common.css') !!} {!! resource($defaultSkinPath.'asset/index.css') !!} {!! resource($defaultSkinPath.'asset/read.css') !!} {!! resource($defaultSkinPath.'asset/comment.css') !!} @endpush @section('content')
@if (!empty($var->thumbnail))
@if ($var->thumbnail->caption)
{{$var->thumbnail->caption}}
@endif
@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/component/bbs/default/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/component/bbs/default/read.blade.php on line 26

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

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

{{ $var->title }}

@if (isset($cfg->show->date) or isset($cfg->show->name))
@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/component/bbs/default/read.blade.php:57 Stack trace: #0 {main} thrown in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/component/bbs/default/read.blade.php on line 57