Files
lucent-laravel/front/views/records-editor/edit.blade.php
T
lexx 5ed57838fc WIP moving to vanilla js from svelte
Editing record edit and i am in the middle of creating the dropdown component
2024-09-27 23:58:32 +03:00

17 lines
316 B
PHP

@extends("lucent::layouts.channel")
@section("content")
<div class="record-edit">
<div class="tools-header">
@include("lucent::records-editor.header")
{{-- <EditHeader {schema} bind:record {isCreateMode} bind:activeContentTab/>--}}
</div>
</div>
@endsection