Inital Commit

This commit is contained in:
tanch0
2024-05-05 10:32:49 +05:45
commit cc991bb0e1
7418 changed files with 507076 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<!-- ABOUT START -->
<div class="container mt-5">
<div class="row">
<div class="col-xl-5">
@php $aboutus=MPCMS::getarticle('welcome') @endphp
<figure class="tp-construction-portrait"><img src="{{$aboutus->cover_photo}}"
alt="">
</figure>
</div>
<div class="col-xl-7">
<div class="tp-construction-about-content">
<div class="tp-construction-headline">
<h5>About Company</h5>
<h2>{!!$aboutus->title!!}</h2>
</div>
<p> {!!substr($aboutus->text,0,1500).'...'!!}</p>
<a class="tp-btn-primary" href="{{site_url('about/introduction')}}" role="button">Read More...</a>
</div>
</div>
</div>
</div>
<!-- ABOUT END -->