This commit is contained in:
joseph le 2023-12-07 13:57:00 +07:00
parent 52cdff8f6f
commit 72cdab75a8
1 changed files with 1 additions and 3 deletions

View File

@ -57,9 +57,7 @@
<div class="card-body"> <div class="card-body">
<h5 class="card-title">iPad</h5> <h5 class="card-title">iPad</h5>
<h4 class="card-title">$500.00 USD</h4> <h4 class="card-title">$500.00 USD</h4>
<p class="card-text">Some quick example text to build on the card title and make up <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
the
bulk of the card's content.</p>
<a href="{{ route('paypal.payment', ['id' => 2, 'user_id' => $user->id]) }}" class="btn btn-primary">Buy now</a> <a href="{{ route('paypal.payment', ['id' => 2, 'user_id' => $user->id]) }}" class="btn btn-primary">Buy now</a>
</div> </div>
</div> </div>