Skip to content

Commit

Permalink
- Fix undefined route on education/index page
Browse files Browse the repository at this point in the history
  • Loading branch information
ianriizky committed Jan 31, 2022
1 parent 19395cc commit 7254a73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/education/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<div class="article-title">
<h2>
<a href="{{ route('education.pembukaan-rekening-online') }}">Video Pembukaan Rekening Online</a>
<a href="{{ route('education.pembukaan-rekening-online.index') }}">Video Pembukaan Rekening Online</a>
</h2>
</div>
</div>
Expand All @@ -63,7 +63,7 @@
</p>

<div class="article-cta">
<a href="{{ route('education.pembukaan-rekening-online') }}" class="btn btn-primary">@lang('Read More')</a>
<a href="{{ route('education.pembukaan-rekening-online.index') }}" class="btn btn-primary">@lang('Read More')</a>
</div>
</div>
</article>
Expand All @@ -78,7 +78,7 @@

<div class="article-title">
<h2>
<a href="{{ route('education.employee-get-cin') }}">Employee Get CiN</a>
<a href="{{ route('education.employee-get-cin.index') }}">Employee Get CiN</a>
</h2>
</div>
</div>
Expand All @@ -89,7 +89,7 @@
</p>

<div class="article-cta">
<a href="{{ route('education.employee-get-cin') }}" class="btn btn-primary">@lang('Read More')</a>
<a href="{{ route('education.employee-get-cin.index') }}" class="btn btn-primary">@lang('Read More')</a>
</div>
</div>
</article>
Expand Down

0 comments on commit 7254a73

Please sign in to comment.