@extends(env('APP_NAME').'.layout') @push('head') {!! resource('asset/school_main.css') !!} @endpush @section('content') @php $currentDateTime = new DateTime(); // 현재 날짜와 시간 $startDateTime = new DateTime('2025-03-07 00:00:00'); // 시작 시간 $endDateTime = new DateTime('2025-05-09 23:59:59'); // 종료 시간 @endphp @if ($currentDateTime >= $startDateTime && $currentDateTime <= $endDateTime)
@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/main/hanaschool.blade.php on line 55

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