Started work on Site Model

This commit is contained in:
Deon George
2017-12-08 10:04:02 +11:00
parent 35473014ad
commit 324861b826
12 changed files with 310 additions and 19 deletions

View File

@@ -33,7 +33,6 @@
</div><!-- ./wrapper -->
{{-- BEGIN CORE PLUGINS (REQUIRED FOR ALL PAGES) --}}
@js('/assets/jquery/1.11.2/js/jquery.min.js','jquery')
@js('/assets/jquery/plugins/migrate/1.2.1/js/jquery-migrate.min.js','jq-migrate','jquery')
@@ -42,7 +41,7 @@
{{-- END CORE PLUGINS --}}
{{-- Scripts --}}
{!! Asset::scripts() !!}
{!! Asset::scripts() !!}
@section('scripts')
@include('layouts.partials.scripts')
@show