@extends('layouts.app') @section('title', $isCreate ? '문서양식 등록' : '문서양식 편집') @push('styles') @endpush @section('content')

{{ $isCreate ? '문서양식 등록' : '문서양식 편집' }}

검사 성적서, 작업지시서 등의 문서 양식을 설정합니다.

목록

결재라인

@include('document-templates.partials.preview-modal') @endsection @push('scripts') @endpush