Details {!! $clientName !!}
| {{ the_icon('edit') }} Edit | |
| Bussiness Logo | |
| Title | {!! $client->title !!} |
| details | @php $webKey = Str::random(10); $authLink = base_url() . 'invoice/pay/' . $webKey; $authLinkPaypal = base_url() . 'invoice/' . $webKey; $paymentDetails = str_replace('{AUTHORIZE_PAYNOW_BUTTON}', $authLink, $client->details); $paymentDetails = str_replace('{PAYPAL_PAYNOW_BUTTON}', $authLinkPaypal, $paymentDetails); @endphp {!! $paymentDetails !!} |
| Status | @if ($client->sts == 'Yes') Active @else Blocked @endif |