Final Commit

This commit is contained in:
2024-04-24 10:17:18 +05:45
parent b49e06fa93
commit 3502bb0b4f
41 changed files with 1497 additions and 502 deletions

View File

@ -4,23 +4,21 @@
<div class="section-content">
<div class="twm-explore-content-2">
<div class="row">
@php
$articleThree = $articles->where('display_order',3)->first();
@endphp
<div class="col-lg-8 col-md-12">
<div class="twm-explore-content-outer2">
<div class="twm-explore-top-section">
<div class="twm-title-small">Meet Our Counselor</div>
<div class="twm-title-large">
<h2>Empower, Inspire, Achieve</h2>
<p>At Raffles Educare, we take pride in introducing you to our dedicated and highly
experienced counselor who is here to guide you through your educational journey.
Our counselor is not just a professional but also a compassionate individual who
understands the unique needs and aspirations of each student.
.</p>
<h2>{{$articleThree->title}}</h2>
<p>
{!!$articleThree->text!!}
</p>
</div>
<div class="twm-read-more">
<a href="tel:9821313323" class="site-button">Call Now</a>
<a href="tel:{{$articleThree->link}}" class="site-button">Call Now</a>
</div>
</div>
@ -31,7 +29,7 @@
<div class="col-lg-4 col-md-12">
<div class="twm-explore-media-wrap2">
<div class="twm-media">
<img src="{{asset('raffels/assets/images/gir-large-2.png')}}" alt="">
<img src="{{$articleThree->thumb}}" alt="">
</div>
</div>
</div>