@extends("common.layout-popup") @section("page-title", "개인 일정 ". (isset($schedule) ? "수정" : "등록")) @section("header") {!! resource('css/form.css') !!} @endsection @section("content")
@csrf
개인 일정 등록

체크 후 저장하면 전체 인원의 일정에도 노출됩니다.
@endsection @push("script") @endpush