From 66adffe6d978db9ad476186e22a6cd920d037cfb Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 9 Jun 2016 14:41:58 -0700 Subject: [PATCH 1/7] Moved include --- resources/views/hardware/edit.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/hardware/edit.blade.php b/resources/views/hardware/edit.blade.php index 73cbcc4726..a23900e39a 100755 --- a/resources/views/hardware/edit.blade.php +++ b/resources/views/hardware/edit.blade.php @@ -15,7 +15,7 @@ {{ trans('general.back') }} @stop -@include('partials/modals') + {{-- Page content --}} @@ -309,6 +309,7 @@ @section('moar_scripts') + @include('partials/modals')