2023-03-31 04:55:08 +00:00
|
|
|
@extends('architect::layouts.app')
|
|
|
|
|
|
|
|
@section('main-content')
|
2024-01-13 02:20:20 +00:00
|
|
|
@include('frames.'.$subframe)
|
2023-03-31 04:55:08 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section('page-scripts')
|
|
|
|
<script type="text/javascript">
|
|
|
|
var basedn = {!! $bases->toJson() !!};
|
|
|
|
</script>
|
|
|
|
@append
|