PHP 8.3.30
Preview: smartphones-tablet.blade.php Size: 8.34 KB
/home/getspomw/royalsquad.us/resources/views/frontend/smartphones-tablet.blade.php

@extends('includes.app')
@section('content')
    <div class="banner-area shadow theme bg-fixed text-light"
        style="background-image: url(public/assets/img/banner/Smartphones_tablets_banner.jpg);">
        <div class="container">
            <div class="row align-center">
                <div class="col-lg-6">
                    <h1>Expert Smartphone and Tablet Technical Support
                    </h1>
                    <p>Experience top-notch Smartphone and Tablet Technical Support in the USA with Royal Squad. Expert
                        troubleshooting, repairs, and setup assistance.
                    </p>
                    <a class="btn btn-light effect btn-md wow fadeInUp" href="{{ route('contact') }}">Get A Quote</a>
                </div>
                <div class="col-lg-6  appoinment">
                    <div class="appoinment-box text-center">
                        <div class="heading">
                            <h2 class="cu_h2_b">Appointment</h2>
                            <p>
                                Easily schedule your appointment and let our team ensure a seamless and personalized
                                experience for you. </p>
                        </div>
                        @include('frontend.common_form.form')
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="services-details-area default-padding">
        <div class="container">
            <div class="row">
                <div class="col-lg-8 content">
                    <div class="thumb">
                        <img src="{{asset('public/assets/img/banner/Smartphones_tablets_services.jpg')}}"
                            alt="Smartphone support">
                    </div>
                    <h2>Reliable Support for Smartphones and Tablets</h2>

                    <p>Our certified tech team is fully armed with the latest tools and knowledge to help you fix smartphone
                        and tablet hardware or software problems. We offer expert solutions to get your device back on track
                        from slow performance, battery drain, or connectivity issues.</p>
                    <p>At Royal Squad, we not only repair issues; we also teach you more about your device. Our experts will
                        guide you through the troubleshooting process, recommend the best repair solution, and instruct you
                        on how to avoid future problems.</p>
                    <div class="service-items text-center pb-4 ser-d">
                        <div class="row">
                            <div class="col-lg-4 col-md-6 single-item">
                                <div class="item">
                                    <div class="icon">
                                        <i class="fal fa-cogs"></i>
                                    </div>
                                    <div class="info">
                                        <h3 class="cu_h3_s">Remote Assistance
                                        </h3>
                                        <p>Expert help for troubleshooting issues via secure remote access and guidance.
                                        </p>
                                    </div>
                                </div>
                            </div>
                            <div class="col-lg-4 col-md-6 single-item">
                                <div class="item">
                                    <div class="icon">
                                        <i class="fal fa-scanner-touchscreen"></i>
                                    </div>
                                    <div class="info">
                                        <h3 class="cu_h3_s">In-Store Support</h3>
                                        <p>Personalized assistance for device setup, repairs, and technical consultations.
                                        </p>
                                    </div>
                                </div>
                            </div>

                            <div class="col-lg-4 col-md-6 single-item">
                                <div class="item">
                                    <div class="icon">
                                        <i class="fal fa-bolt"></i>
                                    </div>
                                    <div class="info">
                                        <h3 class="cu_h3_s">On-Site Support</h3>
                                        <p>Certified technicians visit your location for hands-on troubleshooting solutions.
                                        </p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <h3>Troubleshoot Phone and Tablet Problems</h3>
                    <p> Our skilled team quickly identifies and resolves software bugs, connectivity problems, and <a
                            href="{{ route('home') }}">Tablet Technical Support</a> performance issues. Using the latest
                        tools, we ensure your smartphone and tablet function flawlessly, reducing downtime and enhancing the
                        user experience.
                    </p>
                    <h3>Secure Your Smartphone and Tablet with Our Help</h3>
                    <p>We also provide high-quality security solutions, including virus protection, data encryption, and
                        backup services. Our specialists implement effective measures to safeguard your devices, ensuring
                        privacy, reliability, and smooth performance in today's digital landscape.</p>
                    <a class="btn btn-light effect btn-md wow fadeInUp services_btn" href="{{ route('contact') }}">Get A
                        Quote</a>
                </div>
                <div class="col-lg-4 sidebar">
                    <h3>Tech Services </h3>
                    <div class="sidebar-item link">
                        <ul>
                            <li><a href="{{ route('virusmalwareremoval') }}">Virus & Malware Removal</a></li>

                            <li><a href="{{ route('computertuneups') }}">Computer Tune-Ups</a></li>

                            <li><a href="{{ route('homenetworking') }}">Home Networking</a></li>

                            <li><a href="{{ route('emailservices') }}">Email Services</a></li>

                            <li><a href="{{ route('internentconectivity') }}">Internet Connectivity</a></li>

                            <li><a href="{{ route('wificonnectivity') }}">WiFi Connectivity</a></li>

                            <li><a href="{{ route('databackupsservices') }}">Data Backup Services</a></li>

                            <li><a href="{{ route('programerrorscrashes') }}">Program Errors & Crashes</a></li>

                            <li><a href="{{ route('microsoftwindows') }}">Microsoft Windows</a></li>

                            <li><a class="active" href="{{ route('smartphonestablet') }}">Smartphones & Tablets</a></li>

                            <li><a href="{{ route('applemacios') }}">Apple Mac OS</a></li>

                            <li><a href="{{ route('printermultifunction') }}">Printers & Multifunctions</a></li>

                            <li><a href="{{ route('trainingguidence') }}">Training & Guidance</a></li>

                            <li><a href="{{ route('softwareapplication') }}">Software Applications</a></li>

                            <li><a href="{{ route('anitvirussecuritysoftware') }}">Antivirus & Security Software</a></li>
                        </ul>
                    </div>
                    <h3> IT Services </h3>
                    <div class="sidebar-item link">
                        <ul>
                            <li><a href="{{ route('webdevelopment') }}">Web Development</a></li>

                            <li><a href="{{ route('appdevelopment') }}">App Development</a></li>

                            <li><a href="{{ route('webagency') }}">Web Agency</a></li>

                            <li><a href="{{ route('digitalmarketing') }}">Digital Marketing</a></li>

                            <li><a href="{{ route('uiuxdesign') }}">UI/UX Design</a></li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>
@endsection

Directory Contents

Dirs: 1 × Files: 33

Name Size Perms Modified Actions
- drwxrwxrwx 2025-09-17 06:53:48
Edit Download
1.30 KB lrw-r--r-- 2025-12-15 09:39:54
Edit Download
13.44 KB lrw-rw-rw- 2025-12-08 19:54:44
Edit Download
7.74 KB lrw-rw-rw- 2025-12-08 19:20:15
Edit Download
12.99 KB lrw-rw-rw- 2025-12-09 13:20:50
Edit Download
8.08 KB lrw-rw-rw- 2025-12-08 17:49:31
Edit Download
2.56 KB lrw-rw-rw- 2026-02-07 07:42:32
Edit Download
6.78 KB lrw-rw-rw- 2025-12-15 09:09:23
Edit Download
20.24 KB lrw-rw-rw- 2025-09-17 06:53:48
Edit Download
5.13 KB lrw-rw-rw- 2025-12-09 10:12:15
Edit Download
8.88 KB lrw-rw-rw- 2025-12-09 13:08:53
Edit Download
3.35 KB lrw-rw-rw- 2025-12-15 07:37:02
Edit Download
8.52 KB lrw-rw-rw- 2025-12-08 19:40:41
Edit Download
13.82 KB lrw-rw-rw- 2025-12-09 11:55:18
Edit Download
9.02 KB lrw-rw-rw- 2025-12-08 20:04:54
Edit Download
9.40 KB lrw-rw-rw- 2025-09-17 06:53:48
Edit Download
7.49 KB lrw-rw-rw- 2025-12-09 11:14:04
Edit Download
45.33 KB lrw-rw-rw- 2026-02-05 06:25:30
Edit Download
7.80 KB lrw-rw-rw- 2025-12-09 10:18:04
Edit Download
8.81 KB lrw-rw-rw- 2025-12-08 19:44:24
Edit Download
10.87 KB lrw-rw-rw- 2025-12-08 20:02:31
Edit Download
2.65 KB lrw-rw-rw- 2025-09-18 06:14:04
Edit Download
9.19 KB lrw-rw-rw- 2025-12-09 13:35:58
Edit Download
1.70 KB lrw-rw-rw- 2025-09-18 06:14:34
Edit Download
8.34 KB lrw-rw-rw- 2025-12-09 13:30:12
Edit Download
9.94 KB lrw-rw-rw- 2025-12-09 11:47:17
Edit Download
3.63 KB lrw-rw-rw- 2025-09-18 06:27:39
Edit Download
404 B lrw-rw-rw- 2025-09-17 06:53:48
Edit Download
9.66 KB lrw-rw-rw- 2025-12-08 17:54:32
Edit Download
11.85 KB lrw-rw-rw- 2025-12-09 11:51:36
Edit Download
9.17 KB lrw-rw-rw- 2025-12-09 13:47:16
Edit Download
11.74 KB lrw-rw-rw- 2025-12-09 13:34:11
Edit Download
14.23 KB lrw-rw-rw- 2025-12-09 11:53:08
Edit Download
9.10 KB lrw-rw-rw- 2025-12-09 11:34:29
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).