@extends("schedule.popup.layout-schedule") @section("schedule-contents")
@foreach ($schedules as $item) @endforeach
요일 공휴일명 관리
date }} autocomplete="false" {{ date('Y-m-d') > $item->date ? "disabled" : "" }} />

@endsection @section("schedule-script") @endsection