diff --git a/resources/views/layouts/resultPage.blade.php b/resources/views/layouts/resultPage.blade.php index 74f50dfd6253ba23dd013aeed9a909cfc7360fb6..8c2b87bb14d571ff645dae4306c43b0c89925830 100644 --- a/resources/views/layouts/resultPage.blade.php +++ b/resources/views/layouts/resultPage.blade.php @@ -13,6 +13,7 @@ + @if( isset($mobile) && $mobile ) @endif diff --git a/resources/views/layouts/staticPages.blade.php b/resources/views/layouts/staticPages.blade.php index ec90895cb5dc61a4e4e93e32b97a7d00c32aaad8..a39a39ecf50f78a2ed5764b04796875a65d6cc2d 100644 --- a/resources/views/layouts/staticPages.blade.php +++ b/resources/views/layouts/staticPages.blade.php @@ -19,6 +19,7 @@ --> + @if (isset($css)) @if(is_array($css)) @foreach($css as $el)