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