diff --git a/resources/views/partials/admin/head.blade.php b/resources/views/partials/admin/head.blade.php index 9c5bf6666..df0a415ce 100644 --- a/resources/views/partials/admin/head.blade.php +++ b/resources/views/partials/admin/head.blade.php @@ -1,52 +1,54 @@ @stack('head_start') - - - - - @yield('title') - @setting('company.name') + + + + - @include('partials.pwa.pwa') + @yield('title') - @setting('company.name') - - + @include('partials.pwa.pwa') - - + + - - - + + - - - - + + + - @stack('css') + + + + - @stack('stylesheet') + @stack('css') - + @stack('stylesheet') - @stack('js') + - + var aka_currency = {!! !empty($currency) ? $currency : 'false' !!}; - {{ session()->forget('flash_notification') }} + var flash_notification = {!! (session()->has('flash_notification')) ? json_encode(session()->get('flash_notification')) : 'false' !!}; + //--> + + {{ session()->forget('flash_notification') }} + + @stack('scripts') - @stack('scripts') @stack('head_end') diff --git a/resources/views/partials/auth/head.blade.php b/resources/views/partials/auth/head.blade.php index ad60fdd2f..4fbd8408c 100644 --- a/resources/views/partials/auth/head.blade.php +++ b/resources/views/partials/auth/head.blade.php @@ -1,48 +1,49 @@ @stack('head_start') - - - @yield('title') + + - - + @yield('title') - - + + - - - + + - - - - + + + - @stack('css') + + + + - @stack('stylesheet') + @stack('css') - + @stack('stylesheet') - @stack('js') + - + var aka_currency = 'false'; - {{ session()->forget('flash_notification') }} + var flash_notification = {!! (session()->has('flash_notification')) ? json_encode(session()->get('flash_notification')) : 'false' !!}; + //--> - @stack('scripts') + {{ session()->forget('flash_notification') }} + + @stack('scripts') @stack('head_end') diff --git a/resources/views/partials/install/head.blade.php b/resources/views/partials/install/head.blade.php index 5e0251f88..c70ef671d 100644 --- a/resources/views/partials/install/head.blade.php +++ b/resources/views/partials/install/head.blade.php @@ -1,44 +1,47 @@ @stack('head_start') - - - @yield('title') + + - - + {{ config('app.name') }} - - + + - - - + + - - - - + + + - @stack('css') + + + + - @stack('stylesheet') + @stack('css') - + @stack('stylesheet') - @stack('js') + - - {{ session()->forget('flash_notification') }} + + + {{ session()->forget('flash_notification') }} + + @stack('scripts') - @stack('scripts') @stack('head_end') diff --git a/resources/views/partials/modules/head.blade.php b/resources/views/partials/modules/head.blade.php index 0ed30a56d..7feae480b 100644 --- a/resources/views/partials/modules/head.blade.php +++ b/resources/views/partials/modules/head.blade.php @@ -1,51 +1,53 @@ @stack('head_start') - - - @yield('title') - @setting('company.name') + + - @include('partials.pwa.pwa') + @yield('title') - @setting('company.name') - - + @include('partials.pwa.pwa') - - + + - - - + + - - - - + + + - @stack('css') + + + + - @stack('stylesheet') + @stack('css') - + @stack('stylesheet') - @stack('js') + - + var aka_currency = {!! !empty($currency) ? $currency : 'false' !!}; - {{ session()->forget('flash_notification') }} + var flash_notification = {!! (session()->has('flash_notification')) ? json_encode(session()->get('flash_notification')) : 'false' !!}; + //--> + + {{ session()->forget('flash_notification') }} + + @stack('scripts') - @stack('scripts') @stack('head_end') diff --git a/resources/views/partials/portal/head.blade.php b/resources/views/partials/portal/head.blade.php index 634847440..8fa52b71a 100644 --- a/resources/views/partials/portal/head.blade.php +++ b/resources/views/partials/portal/head.blade.php @@ -1,50 +1,52 @@ @stack('head_start') - - - @yield('title') - @setting('company.name') + + - @include('partials.pwa.pwa') + @yield('title') - @setting('company.name') - - + @include('partials.pwa.pwa') - - + + - - - + + - - - - + + + - @stack('css') + + + + - @stack('stylesheet') + @stack('css') - + @stack('stylesheet') - @stack('js') + - + var aka_currency = {!! !empty($currency) ? $currency : 'false' !!}; - {{ session()->forget('flash_notification') }} + var flash_notification = {!! (session()->has('flash_notification')) ? json_encode(session()->get('flash_notification')) : 'false' !!}; + //--> + + {{ session()->forget('flash_notification') }} + + @stack('scripts') - @stack('scripts') @stack('head_end') diff --git a/resources/views/partials/signed/head.blade.php b/resources/views/partials/signed/head.blade.php index d2f056e3f..681fc362e 100644 --- a/resources/views/partials/signed/head.blade.php +++ b/resources/views/partials/signed/head.blade.php @@ -1,53 +1,55 @@ @stack('head_start') - - - @yield('title') - @setting('company.name') + + - @include('partials.pwa.pwa') + @yield('title') - @setting('company.name') - - + @include('partials.pwa.pwa') - - + + - - - + + - - - - + + + - - + + + + - @stack('css') + + - @stack('stylesheet') + @stack('css') - + @stack('stylesheet') - @stack('js') + - + var aka_currency = {!! !empty($currency) ? $currency : 'false' !!}; - {{ session()->forget('flash_notification') }} + var flash_notification = {!! (session()->has('flash_notification')) ? json_encode(session()->get('flash_notification')) : 'false' !!}; + //--> + + {{ session()->forget('flash_notification') }} + + @stack('scripts') - @stack('scripts') @stack('head_end') diff --git a/resources/views/partials/wizard/head.blade.php b/resources/views/partials/wizard/head.blade.php index 198f49185..bc91516bd 100644 --- a/resources/views/partials/wizard/head.blade.php +++ b/resources/views/partials/wizard/head.blade.php @@ -1,50 +1,52 @@ @stack('head_start') - - - - - @yield('title') - @setting('company.name') + + + + - - + @yield('title') - @setting('company.name') - - + + - - - + + - - - - + + + - @stack('css') + + + + - @stack('stylesheet') + @stack('css') - + @stack('stylesheet') - @stack('js') + - + var aka_currency = {!! !empty($currency) ? $currency : 'false' !!}; - {{ session()->forget('flash_notification') }} + var flash_notification = {!! (session()->has('flash_notification')) ? json_encode(session()->get('flash_notification')) : 'false' !!}; + //--> + + {{ session()->forget('flash_notification') }} + + @stack('scripts') - @stack('scripts') @stack('head_end')