@extends(env('APP_NAME').'.layout') @push('head') {!! resource($defaultSkinPath.'asset/common.css') !!} {!! resource($skinPath.'asset/read.css') !!} @endpush @section('content')
@foreach ($var->files as $media) @if (in_array($media->ext, AudioExt))
Notice: Undefined variable: media in /home/edmedu/www/edmuhak.com/sf4l/resources/views/hana/component/bbs/notice/read.blade.php on line 15

Notice: Trying to get property 'ext' of non-object in /home/edmedu/www/edmuhak.com/sf4l/resources/views/hana/component/bbs/notice/read.blade.php on line 15

Notice: Undefined variable: media in /home/edmedu/www/edmuhak.com/sf4l/resources/views/hana/component/bbs/notice/read.blade.php on line 16

Notice: Trying to get property 'ext' of non-object in /home/edmedu/www/edmuhak.com/sf4l/resources/views/hana/component/bbs/notice/read.blade.php on line 16
@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)) @if (isset($cfg->show->name) and !empty($var->name)) 작성자 : {{ $var->name }} @endif
Fatal error: Uncaught Error: Call to undefined function dateFormat() in /home/edmedu/www/edmuhak.com/sf4l/resources/views/hana/component/bbs/notice/read.blade.php:50 Stack trace: #0 {main} thrown in /home/edmedu/www/edmuhak.com/sf4l/resources/views/hana/component/bbs/notice/read.blade.php on line 50