@extends('site.layouts.app') @section('title', 'Home') @section('meta_description', 'This is the description for SEO') @section('meta_keywords', 'SEO, Keywords, Web Development') @section('meta_author', 'John Doe') @section('content') {{-- home slider start --}}

{{ $homeSliders->title }}

{{ $homeSliders->title }}
{{-- home slider end --}}
about-us
Introduction

Cloud computing has changed the way organizations host small to high-scale applications. The Internet has been represented by the symbol cloud for years. In any meetings or presentations, the cloud has always been the symbol of the internet. Cloud computing is the delivery of computing as a service rather than a product. Be it a network, storage, server, or platform, everything is delivered as a service like we use electricity in our homes. In cloud computing, IT-related capabilities are provided to users as a material service over the network. It means all IT-related functionality can be used just using a computer and an internet connection.

Why Cloud Computing
about-us
@if (count($blogs) > 0)
{{--
OUR LATEST
--}}
LATEST TRAININGS
{{--

Unlocking the Power of AWS: Dive into our latest blogs for expert insights on Cloud Computing excellence.

--}}
@endif {{-- @if (count($testimonials) > 0)

TESTIMONIALS

@endif --}}

FREQUENTLY ASKED QUESTIONS

@foreach ($faqs as $faq)

{!! str_replace('$price', "$".$config->value." (INR ".$config->inr_value.")", $faq->question_answer) !!}
@endforeach
contact-us

Any queries? Ask me


{{--

Intrested to Explore More? Get in touch with our Experts and transpire
a complete Digital Marketing Startegy for You

--}}
@csrf
@if(Auth::check())
@endif
{{--

By Clicking on send,you agree to our Terms of use and Privacy Policy

--}}
@endsection