perbaikan mobile view + no Whatsapp
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m57s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
Build, Push and Deploy / deploy-staging (push) Successful in 38s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m57s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
Build, Push and Deploy / deploy-staging (push) Successful in 38s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
This commit is contained in:
@@ -113,7 +113,7 @@ class="form-select w-auto country-input" required>
|
||||
</select>
|
||||
<input type="text" name="phone" id="phone"
|
||||
class="form-control number-input w-100"
|
||||
placeholder="{{ __('Enter your phone number') }}" required>
|
||||
placeholder="{{ __('e.g., 6287783275818') }}" required>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -165,7 +165,7 @@ class="btn btn-md payment-btn">{{ __('Pay Now') }}</button>
|
||||
|
||||
<!-- Floating WhatsApp Button -->
|
||||
@php
|
||||
$whatsapp_number = \App\Models\Option::where('key', 'general')->first()->value['whatsapp_number'] ?? '6289620324323';
|
||||
$whatsapp_number = \App\Models\Option::where('key', 'general')->first()->value['whatsapp_number'] ?? '6287783275818';
|
||||
@endphp
|
||||
@if($whatsapp_number)
|
||||
<a href="https://wa.me/{{ $whatsapp_number }}?text=Halo%20Admin,%20saya%20butuh%20bantuan%20terkait%20pembayaran"
|
||||
|
||||
Reference in New Issue
Block a user