@extends(env('APP_NAME').'.layout') @push('head') {!! resource('asset/main.css') !!} @endpush @section('content') @php $currentDateTime = new DateTime(); // 현재 날짜와 시간 $startDateTime = new DateTime('2025-04-30 16:00:00'); // 시작 시간 $endDateTime = new DateTime('2025-05-07 01:00:00'); // 종료 시간 @endphp @if ($currentDateTime >= $startDateTime && $currentDateTime <= $endDateTime)
5월연휴안내
@endif
@php $contents = $Main->content('메인 타이틀'); @endphp @foreach ($contents as $cont)

{{ $cont->title }}

{{ $cont->description }}

@endforeach
공지사항 더보기

    Notice: Undefined variable: Main in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/hana/doc/hanaedu/main.blade.php on line 53

    Fatal error: Uncaught Error: Call to a member function bbs() on null in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/hana/doc/hanaedu/main.blade.php:53 Stack trace: #0 {main} thrown in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/hana/doc/hanaedu/main.blade.php on line 53