@extends('layouts.app') @section('title', '기안 작성') @section('content')

기안 작성

← 기안함으로 돌아가기
{{-- 좌측: 양식 --}}

문서 내용

{{-- 양식 선택 --}}
{{-- 제목 --}}
{{-- 긴급 여부 --}}
{{-- 본문 --}}
{{-- 우측: 결재선 --}}
@php $defaultLine = collect($lines)->firstWhere('is_default', true); @endphp @include('approvals.partials._approval-line-editor', [ 'lines' => $lines, 'initialSteps' => $defaultLine?->steps ?? [], 'selectedLineId' => $defaultLine?->id ?? '', ]) {{-- 액션 버튼 --}}
@endsection @push('scripts') @endpush