@extends('layouts.app') @section('title', '일정 수정') @section('content')
{{-- 페이지 헤더 --}}
자금계획일정으로

일정 수정

{{ $schedule->title }}

{{-- 수정 폼 --}}
{{-- 메시지 영역 --}}
{{-- 일정 유형 --}}
@foreach($types as $value => $label) @endforeach
{{-- 일정명 --}}
{{-- 예정일 & 금액 --}}
{{-- 거래상대방 --}}
{{-- 입출금 계좌 --}}
{{-- 분류 --}}
@php $categories = ['매출', '매입', '급여', '임대료', '운영비', '세금', '대출', '투자', '기타']; @endphp
{{-- 상태 --}}
{{-- 설명 --}}
{{-- 메모 --}}
{{-- 버튼 --}}
취소
@endsection @push('scripts') @endpush