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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user