Update footer and header navigation links to reflect new route for success stories, and remove pagination section from news index view for cleaner layout.

This commit is contained in:
2025-07-28 21:17:54 +05:00
parent 41abdb6fc8
commit 9b3ca3ff66
13 changed files with 351 additions and 17 deletions

View File

@@ -32,7 +32,7 @@
<li><a href="{{ route('about-us.index') }}">{{ __('About Us') }}</a></li>
<li><a href="{{ route('our-solutions.index') }}">{{ __('Our solutions') }}</a></li>
<li><a href="{{ route('career.index') }}">{{ __('Career Opportunities') }}</a></li>
<li><a href="{{ route('story.index') }}">{{ __('Success stories') }}</a></li>
<li><a href="{{ route('success.index') }}">{{ __('Success stories') }}</a></li>
</ul>
</div>
</div>

View File

@@ -29,7 +29,7 @@
<li class="menu-item-has-children"><a href="#">{{ __('News & Stories') }}</a>
<ul class="sub-menu">
<li><a href="{{ route('news.index') }}">{{ __('News') }}</a></li>
<li><a href="{{ route('story.index') }}">{{ __('Success Stories') }}</a></li>
<li><a href="{{ route('success.index') }}">{{ __('Success Stories') }}</a></li>
</ul>
</li>