@extends('layouts.app')
@section('title', '新文件 — ' . $systemName)
@push('styles')
@endpush
@section('content')
@php
$backUrl = route($routePrefix . '.index');
$storeUrl = route($routePrefix . '.store');
@endphp
{{-- ── Title bar ── --}}
📄
@if($allCategories->isNotEmpty())
@endif
取消
{{-- ── Menu bar ── --}}
{{-- /doc-menubar --}}
{{-- ── Find & Replace bar ── --}}
取代:
{{-- ── Toolbar row ── --}}
{{-- ── Editor ── --}}
{{-- /docChrome --}}
@endsection
@push('scripts')
@endpush