Update laravel framework from 9 to 11, removed some old packages

This commit is contained in:
2024-07-04 15:03:11 +10:00
parent 1b4504cee2
commit 59dc825bf7
101 changed files with 1656 additions and 4062 deletions

View File

@@ -6,55 +6,53 @@
@section('main-content')
{{-- SLIDER --}}
@includeIf('welcome.widgets.slider')
@includeIf('theme.frontend.metronic.welcome.widgets.slider')
{{-- END SLIDER --}}
<div class="main">
<div class="container">
{{-- SERVICE BOX --}}
@includeIf('welcome.widgets.servicebox')
@includeIf('theme.frontend.metronic.welcome.widgets.servicebox')
{{-- END SERVICE BOX --}}
{{-- TESTIMONIALS --}}
@includeIf('welcome.widgets.blockquote')
@includeIf('theme.frontend.metronic.welcome.widgets.blockquote')
{{-- END TESTIMONIALS --}}
{{-- ACTIVITY --}}
@includeIf('welcome.widgets.activity')
@includeIf('theme.frontend.metronic.welcome.widgets.activity')
{{-- END ACTIVITY --}}
@if (isset($show_page_tabs) OR isset($show_testimonials))
{{--
<!-- BEGIN TABS AND TESTIMONIALS -->
<div class="row mix-block margin-bottom-40">
{{-- TABS --}}
@includeIf('welcome.widgets.tabs')
{{-- END TABS --}}
{{-- TABS --}
@includeIf('theme.frontend.metronic.welcome.widgets.tabs')
{{-- END TABS --}
{{-- TESTIMONIALS --}}
@includeIf('welcome.widgets.testimonials')
{{-- END TESTIMONIALS --}}
{{-- TESTIMONIALS --}
@includeIf('theme.frontend.metronic.welcome.widgets.testimonials')
{{-- END TESTIMONIALS --}
</div>
<!-- END TABS AND TESTIMONIALS -->
@endif
--}}
{{-- STEPS --}}
@includeIf('welcome.widgets.steps')
@includeIf('theme.frontend.metronic.welcome.widgets.steps')
{{-- END STEPS --}}
{{-- CLIENTS --}}
@isset($show_clients))
@includeIf('welcome.widgets.clients')
@endisset
{{-- END CLIENTS --}}
{{--
{{-- CLIENTS --}
@includeIf('theme.frontend.metronic.welcome.widgets.clients')
{{-- END CLIENTS --}
--}}
</div>
</div>
@themejs('js/layout.js','layout','jquery')
@endsection
@section('page-scripts')
<script type="text/javascript" src="{{ asset('theme/frontend/metronic/js/layout.js') }}"></script>
<!-- PAGE LEVEL JAVASCRIPT -->
<script type="text/javascript">
$(document).ready(function() {
Layout.init();
@@ -62,6 +60,4 @@
Layout.initNavScrolling();
});
</script>
<!-- END PAGE LEVEL JAVASCRIPTS -->
@append

View File

@@ -132,7 +132,7 @@
autoplay: true,
});
Fancybox.bind("[data-fancybox]", {});
Fancybox.bind("[data-fancybox]",{});
});
</script>
@append
@append

View File

@@ -1,10 +1,11 @@
<!-- BEGIN BLOCKQUOTE BLOCK -->
<div class="row quote-v1 margin-bottom-30" style="background: #002090;">
<div class="col-md-9">
<span class="text-uppercase"><strong>Get in contact today</strong></span>
</div>
<div class="col-md-3 text-right">
<a class="btn-transparent" href="mailto:help@graytech.net.au" target="_blank"><i class="fas fa-pencil-alt margin-right-10"></i><email>help</email>@<domain>graytech.net.au</domain></a>
</div>
<div class="col-md-9">
<span class="text-uppercase"><strong>Get in contact today</strong></span>
</div>
<div class="col-md-3 text-right">
<a class="btn-transparent" href="mailto:help@graytech.net.au" target="_blank"><i class="fas fa-pencil-alt margin-right-10"></i><email>help</email>@<domain>graytech.net.au</domain></a>
</div>
</div>
<!-- END BLOCKQUOTE BLOCK -->

View File

@@ -10,13 +10,13 @@
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item carousel-item active" style="background-image: url( {{ asset('pages/welcome/img/slider/mobile-phone-426559_1920.jpg') }} ); background-size: cover; background-position: center center; opacity: 0.8;">
<div class="container">
<div class="carousel-position-six text-uppercase text-center" style="background: rgba(100,100,100, 0.7); color: #000;padding: 20px;">
<h2 class="margin-bottom-20 animate-delay carousel-title-v2" data-animation="animated fadeInDown">
Internet confusing?
</h2>
<p class="carousel-subtitle-v5 border-top-bottom margin-bottom-30" data-animation="animated fadeInDown">We can help you with your Internet journey.</p>
{{--
@@ -32,9 +32,11 @@
<h2 class="animate-delay carousel-title-v6 text-uppercase" data-animation="animated fadeInDown">
Web hosting a challenge?
</h2>
<p class="carousel-subtitle-v6 text-uppercase" data-animation="animated fadeInDown">
Graytech Hosting can take away the complexity of getting a web presence.
</p>
<p class="carousel-subtitle-v7 margin-bottom-30" data-animation="animated fadeInDown" style="color: #fff;">
We can host your website, all you need is to provide the content.
</p>
@@ -52,10 +54,12 @@
<h2 class="margin-bottom-20 animate-delay carousel-title-v2" data-animation="animated fadeInDown">
Not sure where to begin?
</h2>
<p class="carousel-subtitle-v5 text-uppercase" data-animation="animated fadeInDown">
We can manage everything from the link to the internet, your email,<br>
your website and a firewall to keep the bad folks out.
</p>
<p class="carousel-subtitle-v7 margin-bottom-30" data-animation="animated fadeInDown" style="color: #fff;">
Get in touch.
</p>

View File

@@ -25,5 +25,4 @@
@endforeach
</div>
</div>
<!-- END TABS -->
<!-- END TABS -->