@extends('layouts.dn') @section('page_title') @include('fragment.dn.header') @endsection @section('main-content')

This is a tech preview of what is to come, and it is by no means complete.

@csrf
@lang('Create New Entry')
@switch($step) @case(1)
@break @case(2)
@foreach ($o->getVisibleAttributes() as $ao) @endforeach
@if($o->getMissingAttributes()->count())
Add New Attribute
@endif
@break; @endswitch
@endsection @section('page-scripts') @append