This commit is contained in:
tanch0
2024-06-15 22:23:54 +05:45
parent 8253440371
commit cb99bedac6
144 changed files with 6436 additions and 3112 deletions

View File

@ -1,15 +1,15 @@
{{-- main-news --}}
<section class="main-news-area">
<div class="container">
@if($featuredNews)
<div class="row">
<a href="#">
<img src="{{asset('hulaki/assets/img/ad/Kicks_Desktop_1230x100-px_new.jpg')}}" alt="image" class="img-fluid" >
</a>
<div class="col-lg-12 mt-20">
<div class="news-content mt-50 text-center">
<h2>
<a href="news-details.php"><b>बार कार्यदलको सुझाव : सर्वोच्चका न्यायाधीशको न्यूनतम उमेर पदावधि तोक्नुपर्छ</b></a>
<a href="{{route('newsDetail')}}"><b>{{$featuredNews->title}}</b></a>
</h2>
</div>
</div>
@ -19,19 +19,20 @@
<div class="col-lg-12">
<div class="news-content" style="text-align: center; margin: 3%;">
<h2>
<a href="news-details.php"><b>सय रूपैयाँको नोटमा चुच्चे नक्सा छाप्न लागेपछि भारतका विदेशमन्त्रीले भने- जमिनको वास्तविकता परिवर्तन गर्दैन</b></a>
<a href="news-details.php"><b>{{$featuredNews->short_description}}</b></a>
</h2>
</div>
<div class="single-main-news" >
<a href="news-details.php">
<img src="{{asset('hulaki/assets/img/politics-news/cash.jpg')}}" alt="image">
<img src="{{asset($featuredNews->image)}}" alt="image">
</a>
</div>
<div class="news-content" style="text-align: center;">
<p>सरकारले सय रूपैयाँको नोटमा चुच्चे नक्सा छाप्ने निर्णय गरेपछि भारतले विरोध जनाएको छ। भारतीय विदेशमन्त्री एस जयशंकरले सीमा समस्या समाधानका लागि दुई देशबीच निरन्तर छलफल भइरहेको अवस्थामा नेपालले एकतर्फी रूपमा निर्णय गरेको बताएका छन्।</P>
<p>{!!$featuredNews->content!!}</P>
</div>
</div>
</div>
@endif
</div>
</section>
<!-- End Main News Area -->