Enable returning to form frames by the existance of a frame input

This commit is contained in:
2024-01-13 13:20:20 +11:00
parent b92157a987
commit 0f9bb07d21
2 changed files with 9 additions and 13 deletions

View File

@@ -0,0 +1,11 @@
@extends('architect::layouts.app')
@section('main-content')
@include('frames.'.$subframe)
@endsection
@section('page-scripts')
<script type="text/javascript">
var basedn = {!! $bases->toJson() !!};
</script>
@append