Skip to content

Commit

Permalink
Feature: Didn't Find Your Match
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesChou committed Aug 4, 2023
1 parent faf5f8f commit 51dc675
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/views/shop/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@
@endforeach

</div>

<div class="d-flex justify-content-center mt-5">
<div class="text-center">
<h2>Didn't Find Your Match</h2>
<a href="{{ route('shop.catalog') }}" class="btn btn-orange">Search for It</a>
</div>
</div>
</section>

@endsection

0 comments on commit 51dc675

Please sign in to comment.