Files
lucent-laravel/front/views/records-editor/edit.blade.php
T

17 lines
316 B
PHP
Raw Normal View History

2024-09-27 23:58:32 +03:00
@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