@extends('layouts.dn') @section('page_title') @include('fragment.dn.header',['o'=>($oo=config('server')->fetch(old('container',$container)))]) @endsection @section('main-content')
@lang('Create New Entry') - @lang('Step') {{ $step }}
@csrf @switch($step) @case(1)
@break @case(2) @foreach ($o->getVisibleAttributes() as $ao) @endforeach @include('fragment.dn.add_attr') @break; @endswitch
@endsection @section('page-scripts') @append