@extends("lucent::layouts.channel")
@section("content")
@php
$createMode = $createMode ?? false;
@endphp
@include("lucent::records-editor.header")
@include("lucent::records-editor.title")
asfasf
@foreach($schema->fields as $field)
@include("lucent::records-editor.fields", ["field" => $field])
@endforeach
@endsection