Start on fetching DN from server

This commit is contained in:
Deon George
2020-09-13 21:30:04 +10:00
parent 130ae005a3
commit f323be3d7f
10 changed files with 162 additions and 52 deletions

View File

@@ -4,10 +4,12 @@
Home
@endsection
@section('contentheader_title')
Home
@section('page_title')
@endsection
@section('contentheader_description')
@section('page_subtitle')
Content Header - Description
@endsection
@section('page_icon')
@endsection
@section('main-content')
@@ -38,4 +40,8 @@
</div>
@endsection
@section('page-scripts')
<script>
var basedn = {!! $bases->toJson() !!};
</script>
@append