From 41344358bc3e4f20943e7fc6065f7bdffa9f40c3 Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Fri, 7 Dec 2018 18:15:16 +0800 Subject: [PATCH] fix mix missing files --- resources/views/index.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 105dacd0..ee47d647 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -42,12 +42,12 @@ $polyfills = [ {{-- Load the application scripts --}} @if (env('APP_ENV') == 'production' || env('APP_ENV') == 'staging') - - - + + + @else - + @endif