From 99172a39d516172833c89fc55af79e1bb5434fed Mon Sep 17 00:00:00 2001 From: d9it Date: Thu, 21 Mar 2024 14:50:58 +0530 Subject: [PATCH] Add https to cdn --- resources/views/frontEnd/contacts/show.blade.php | 4 ++-- resources/views/frontEnd/locations/show.blade.php | 4 ++-- resources/views/layouts/style.blade.php | 11 ++++++----- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/resources/views/frontEnd/contacts/show.blade.php b/resources/views/frontEnd/contacts/show.blade.php index b1f25f96..637a1290 100644 --- a/resources/views/frontEnd/contacts/show.blade.php +++ b/resources/views/frontEnd/contacts/show.blade.php @@ -304,10 +304,10 @@ - + src="https://sliptree.github.io/bootstrap-tokenfield/docs-assets/js/typeahead.bundle.min.js"> diff --git a/resources/views/frontEnd/locations/show.blade.php b/resources/views/frontEnd/locations/show.blade.php index b6001a33..64bcfbc3 100644 --- a/resources/views/frontEnd/locations/show.blade.php +++ b/resources/views/frontEnd/locations/show.blade.php @@ -594,10 +594,10 @@ class="btn btn-raised btn-lg btn_darkblack waves-effect waves-classic">Close - + src="https://sliptree.github.io/bootstrap-tokenfield/docs-assets/js/typeahead.bundle.min.js"> + @yield('title')| {{ $layout->site_name }} @@ -48,8 +49,8 @@ href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.1/css/bootstrap-select.css" /> - - + + @@ -446,4 +447,4 @@ function initMap() { display: inline-block; } - + \ No newline at end of file