Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/ET-VISA/blame/commit/5fc953dd42e8424cf9c5cc6674768d74a1cf562d/resources/views/about.blade.php You should set ROOT_URL correctly, otherwise the web may not work correctly.

78 lines
3.3 KiB

@extends('layout.app')
@section('title')
<title>About Us</title>
<meta name="description" content="ET Education and Visa Services, presented by Extratech, is an adept provider of excellent education consultation, information, and visa guidance solution to students seeking schooling abroad.">
<meta name="robots" content="index, follow" />
<meta property="og:url" content="" />
<meta property="og:image" content="{{url('frontend/images/banner.png')}}"/>
<meta property="og:title" content="ET-Visas"/>
<meta property="og:description" content="ET Education and Visa Services, presented by Extratech, is an adept provider of excellent education consultation, information, and visa guidance solution to students seeking schooling abroad."/>
@endsection
@section('content')
<section class="about-header-section">
<div class="about-banner-header">
{!!$about->description!!}
</div>
<div class="about-banner-img">
<img src="{{url('frontend/images/about-banner.png')}}" class="img-fluid" alt="">
</div>
</section>
<section class="overseas-section">
{!!$about->sub_description!!}
<div class="overseas-img">
<img src="{{url('frontend/images/australia-map.png')}}" class="img-fluid" alt="">
</div>
</section>
<section class="why-et">
<div class="why-et-header">
{!!$about->bottom_description!!}
</div>
<div class="et-cards">
<!-- <div class="et-card">
<div class="et-card-img">
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div>
<div class="et-card-detail">
<h2>15+</h2>
<p>Registered Migration Agents</p>
</div>
</div>
<div class="et-card">
<div class="et-card-img">
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div>
<div class="et-card-detail">
<h2>15+</h2>
<p>Registered Migration Agents</p>
</div>
</div>
<div class="et-card">
<div class="et-card-img">
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div>
<div class="et-card-detail">
<h2>15+</h2>
<p>Registered Migration Agents</p>
</div>
</div>
<div class="et-card">
<div class="et-card-img">
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div>
<div class="et-card-detail">
<h2>15+</h2>
<p>Registered Migration Agents</p>
</div>
</div> -->
</div>
</section>
<section class="lets-chat-section">
<h1>Let's Chat</h1>
<p>Thinking about starting a team? Need to augment your existing team?
We’re here to help. We work with US based companies to help them grow!
</p>
<div class="text-center">
<a href="">Consult with us</a>
</div>
</section>
@endsection