Enable returning to form frames by the existance of a frame input
This commit is contained in:
11
resources/views/frame.blade.php
Normal file
11
resources/views/frame.blade.php
Normal 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
|
Reference in New Issue
Block a user