updatea
This commit is contained in:
@ -24,31 +24,6 @@
|
||||
aria-selected=@if ($loop->first) true @else false @endif>{{ $type->ecomomy_nepali_name }}</button>
|
||||
</li>
|
||||
@endforeach
|
||||
{{-- <li class="nav-item" role="presentation">
|
||||
<button class="nav-link" id="pills-paryatan-tab" data-bs-toggle="pill"
|
||||
data-bs-target="#pills-paryatan" type="button" role="tab"
|
||||
aria-controls="pills-paryatan" aria-selected="false">पर्यटन</button>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<button class="nav-link" id="pills-rojgar-tab" data-bs-toggle="pill"
|
||||
data-bs-target="#pills-rojgar" type="button" role="tab"
|
||||
aria-controls="pills-rojgar" aria-selected="false">रोजगार</button>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<button class="nav-link" id="pills-bank-tab" data-bs-toggle="pill"
|
||||
data-bs-target="#pills-bank" type="button" role="tab"
|
||||
aria-controls="pills-bank" aria-selected="false">बैंक/वित्त</button>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<button class="nav-link" id="pills-auto-tab" data-bs-toggle="pill"
|
||||
data-bs-target="#pills-auto" type="button" role="tab"
|
||||
aria-controls="pills-auto" aria-selected="false">अटो</button>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<button class="nav-link" id="pills-corporate-tab" data-bs-toggle="pill"
|
||||
data-bs-target="#pills-corporate" type="button" role="tab"
|
||||
aria-controls="pills-corporate" aria-selected="false">कर्पोरेट</button>
|
||||
</li> --}}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -67,13 +42,13 @@
|
||||
@foreach ($type->news->take(5) as $item)
|
||||
<div class="single-business-news">
|
||||
<div class="business-news-image-fluid">
|
||||
<a href="news-details.php">
|
||||
<a href="{{route('newsDetail',['alias' => $item->alias])}}">
|
||||
<img src="{{ asset($item->thumb) }}" alt="image-fluid">
|
||||
</a>
|
||||
</div>
|
||||
<div class="business-news-content">
|
||||
<h3>
|
||||
<a href="news-details.php">{{ $item->title }}</a>
|
||||
<a href="{{route('newsDetail',['alias'=> $item->alias])}}">{{ $item->title }}</a>
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
@ -87,7 +62,7 @@
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-4 col-sm-4">
|
||||
<div class="post-image-fluid">
|
||||
<a href="news-details.php">
|
||||
<a href="{{route('newsDetail',['alilas'=> $item->alias])}}">
|
||||
<img src="{{ asset($item->thumb) }}"
|
||||
alt="image">
|
||||
</a>
|
||||
@ -97,7 +72,7 @@
|
||||
<div class="post-content">
|
||||
<h3>
|
||||
<a
|
||||
href="news-details.php">{{ $item->title }}</a>
|
||||
href="{{route('newsDetail',['alilas'=> $item->alias])}}">{{ $item->title }}</a>
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user