wallet batch polishing

This commit is contained in:
omair saleh
2022-02-06 22:03:49 +08:00
parent 89a51e6fbd
commit fe29f2198f
@@ -85,7 +85,7 @@
<a href="{{route('booking.details', $marking)}}">
<div class="btn btn-sm all-caps btn-outline-success b-rad-none" >{{$transaction->owner instanceof \App\Models\Booking ? 'Back to': 'Last'}} Booking</div>
</a>
<a href="{{route('billplz.bill', $transactions->payment_reference)}}">
<a href="{{route('billplz.bill', $transaction->payment_reference)}}">
<div class="btn btn-sm all-caps btn-success b-rad-none">Retry Payment</div>
</a>