5ed57838fc
Editing record edit and i am in the middle of creating the dropdown component
17 lines
316 B
PHP
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
|
|
|