]]jkjjgdjffksdkdxdsghfghdfghfgdfsdsdfsdfsfdsbcxvxcbccwewqeqwewqskfgj
במ12[cxvbcxvbxcvbcxvcxvbcvxcvbsdfsdfsdfsdfsdfsdfxcvbxcvxbbxqwqewqewv;'
/
home
/
u506006416
/
domains
/
projecthelpglobal.com
/
resources
/
views
/
front
/
Upload FileeE
HOME
@extends('layouts.app') @section('mainContent') <div class="ltn__breadcrumb-area text-left bg-overlay-white-30 bg-image " data-bs-bg="{{asset('front')}}/img/head/faq_head.webp" alt="FAQ Image"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="ltn__breadcrumb-inner"> <h1 class="page-title">Frequently Asked Questions</h1> <div class="ltn__breadcrumb-list"> <ul> <li><a href="{{route('langindCountry',[currentCountry()])}}"><span class="ltn__secondary-color"><i class="fas fa-home"></i></span> Home</a></li> <li>Frequently Asked Questions</li> </ul> </div> </div> </div> </div> </div> </div> <!-- BREADCRUMB AREA END --> <div class="ltn__faq-area section-bg-11 pb-50 pt-50"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="section-title-area ltn__section-title-2--- text-center"> <h3 class="section-subtitle section-subtitle-2 ltn__secondary-color animated fadeIn"> Trusted by students from universities across the Globe </h3> <h1 class="section-title">Frequently Asked Questions</h1> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="textbox"> <p> We very well understand you may have some questions regarding how things work on an online platform and how far you can depend on external services for your complex tasks and homework. </p> <p> Here are some questions frequently asked by our clients seeking quality and cost-effective homework/project help services: </p> </div> </div> <div class="col-lg-12"> <div class="ltn__faq-inner ltn__faq-inner-2"> <div id="accordion_2"> @foreach($faqdata as $key=>$value) <div class="card"> <h6 class="collapsed ltn__card-title" data-bs-toggle="collapse" data-bs-target="#faq-item-2-{{$key+1}}" aria-expanded="false"> {!! GlobalText(currentCountry(),$value->top_title ?? '') !!} </h6> <div id="faq-item-2-{{$key+1}}" class="collapse" data-bs-parent="#accordion_2"> <div class="card-body"> {!! GlobalText(currentCountry(),$value->top_desc ?? '') !!} </div> </div> </div> @endforeach </div> </div> </div> </div> </div> </div> @include('front.include.order_dynamic_footer') @endsection @section('customJS') @endsection