]]jkjjgdjffksdkdxdsghfghdfghfgdfsdsdfsdfsfdsbcxvxcbccwewqeqwewqskfgj
במ12[cxvbcxvbxcvbcxvcxvbcvxcvbsdfsdfsdfsdfsdfsdfxcvbxcvxbbxqwqewqewv;'
/
home
/
u506006416
/
domains
/
projecthelpglobal.com
/
resources
/
views
/
front
/
Upload FileeE
HOME
@extends('layouts.app') @section('metaData') <title>{{$seoData->metaTitle}} </title> <meta name="description" content="{{$seoData->metaDesc}}"> <meta name="keyword" content="{{$seoData->metaKeyword}}"> {!! GlobalText(currentCountry(),$seoData->metaScript ?? '') !!} <meta name="author" content=""> <link rel="canonical" href="{{route('indexPage')}}" /> <link rel="alternate" media="only screen and (max-width: 640px)" href="{{route('indexPage')}}"> @endsection @section('mainContent') <div class="ltn__service-area section-bg-1 maobos"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="section-title-area ltn__section-title-2--- text-center"> <div class="minlogo"> <img src="{{asset('front/img/')}}/logo.png" alt="Logo Image"> </div> <h6 class="section-subtitle section-subtitle-2 ltn__secondary-color"> CHOOSE YOUR REGION: </h6> </div> </div> </div> <div class="row justify-content-center"> @foreach($country as $key=>$value) <div class="col-lg-3 col-sm-3 col-6"> <div class="ltn__feature-item ltn__feature-item-6 text-center "> <div class="ltn__feature-info flagbox"> <a href="{{route('langindCountry',$value->slug)}}"> <h3>{{$value->title}}</h3> <img src="{{asset('image/category/'.$value->image)}}" style="height:112px;width:213px" alt="Category Image"> <p> <a href="{{route('langindCountry',$value->slug)}}">ENTER HERE </a> </p> </a> </div> </div> </div> @endforeach <div class="col-lg-12"> <div class="maicc text-center"> <p> Welcome to the Project Help Global (PHG) – an online platform providing professional and custom writing services for your academics including Projects, Assignments, and Homework Help. We provide Project Assistance to students, professionals, consultants, and academicians from around the globe. At PHG, we provide high-quality, plagiarism-free assignments with a 100% guarantee that your order will be completed on time, without delays, and with a notification alert on your email upon completion of your order. Additionally, we have a free revisions policy that ensures your assignment becomes as seamless and accurate as possible. </p> <h6 class="section-subtitle section-subtitle-2 ltn__secondary-color "> Choose your region to get more details about Project Help Global! </h6> </div> </div> </div> </div> </div> @endsection @section('customJS') @endsection