From a390aa15772eec403bc9f8355bc977955c583731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Mon, 18 Jan 2021 18:49:37 +0300 Subject: [PATCH] add base url for all head.. --- resources/views/partials/auth/head.blade.php | 2 ++ resources/views/partials/modules/head.blade.php | 2 ++ resources/views/partials/portal/head.blade.php | 2 ++ resources/views/partials/print/head.blade.php | 2 ++ resources/views/partials/signed/head.blade.php | 2 ++ resources/views/partials/wizard/head.blade.php | 2 ++ 6 files changed, 12 insertions(+) diff --git a/resources/views/partials/auth/head.blade.php b/resources/views/partials/auth/head.blade.php index bef41a346..14cc934b0 100644 --- a/resources/views/partials/auth/head.blade.php +++ b/resources/views/partials/auth/head.blade.php @@ -6,6 +6,8 @@ @yield('title') + + diff --git a/resources/views/partials/modules/head.blade.php b/resources/views/partials/modules/head.blade.php index cdab49732..62122aa99 100644 --- a/resources/views/partials/modules/head.blade.php +++ b/resources/views/partials/modules/head.blade.php @@ -6,6 +6,8 @@ @yield('title') - @setting('company.name') + + @include('partials.pwa.pwa') diff --git a/resources/views/partials/portal/head.blade.php b/resources/views/partials/portal/head.blade.php index 6ffcb90c5..cf7d0838a 100644 --- a/resources/views/partials/portal/head.blade.php +++ b/resources/views/partials/portal/head.blade.php @@ -6,6 +6,8 @@ @yield('title') - @setting('company.name') + + @include('partials.pwa.pwa') diff --git a/resources/views/partials/print/head.blade.php b/resources/views/partials/print/head.blade.php index e9de5521f..65ae7e045 100644 --- a/resources/views/partials/print/head.blade.php +++ b/resources/views/partials/print/head.blade.php @@ -8,6 +8,8 @@ @yield('title') - @setting('company.name') + + diff --git a/resources/views/partials/signed/head.blade.php b/resources/views/partials/signed/head.blade.php index 6ffcb90c5..cf7d0838a 100644 --- a/resources/views/partials/signed/head.blade.php +++ b/resources/views/partials/signed/head.blade.php @@ -6,6 +6,8 @@ @yield('title') - @setting('company.name') + + @include('partials.pwa.pwa') diff --git a/resources/views/partials/wizard/head.blade.php b/resources/views/partials/wizard/head.blade.php index fd15b8fd1..ddf9b1d8b 100644 --- a/resources/views/partials/wizard/head.blade.php +++ b/resources/views/partials/wizard/head.blade.php @@ -8,6 +8,8 @@ @yield('title') - @setting('company.name') + +