Commit cb47d04a authored by impfundev's avatar impfundev

feat: show all button link on upcoming and overdued loans dashboard

parent d9ac007e
<div class="card-header">
<div class="card-header d-flex justify-content-between">
<h2 class="h4">Near Outstanding Book Loan</h2>
<a href="/dashboard/upcoming-loans/" class="btn btn-primary"
>See All Upcoming Loans</a
>
</div>
<div class="card-body">
<table class="table table-striped">
......
<div class="card-header">
<h2 class="h4">Overdue Book Loan</h2>
<div class="card-header d-flex justify-content-between">
<h2 class="h4">Overdued Book Loan</h2>
<a href="/dashboard/overdued-loans/" class="btn btn-primary"
>See All Overdued Loans</a
>
</div>
<div class="card-body">
<table class="table table-striped">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment