|
@@ -78,10 +78,10 @@ $invoices = $customer->invoices;
|
|
|
@if($payUrl)
|
|
|
{{-- <small class="text-muted">Requested to pay</small> --}}
|
|
|
@else
|
|
|
- <a href="#" data-invoice-uid="{{ $record->uid }}" data-uid="{{ $record->customer->uid }}"
|
|
|
+ {{-- <a href="#" data-invoice-uid="{{ $record->uid }}" data-uid="{{ $record->customer->uid }}"
|
|
|
class="generate-and-store-ic-pay-url" native target="_blank">Request Pay</a>
|
|
|
+ <small class="text-muted px-1">|</small> --}}
|
|
|
@endif
|
|
|
- <small class="text-muted px-1">|</small>
|
|
|
<a href="#" data-invoice-uid="{{ $record->uid }}"
|
|
|
data-uid="{{ $record->customer->uid }}" class="generate-and-copy-ic-pay-url ml-1"
|
|
|
native target="_blank">Copy Url</a>
|