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

This commit is contained in:
triagungbiantoro
2026-04-01 18:06:09 +07:00
parent 8fafbccb66
commit 80f4d8f046
4 changed files with 47 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ class="form-control" placeholder="{{ __('Enter Link') }}">
<label>{{ __('WhatsApp Number (For Floating Button)') }}</label>
<input type="text" name="whatsapp_number"
value="{{ $general->value['whatsapp_number'] ?? '' }}" class="form-control"
placeholder="{{ __('e.g., 6289620324323') }}">
placeholder="{{ __('e.g., 6287783275818') }}">
</div>
<div class="col-lg-6">

View File

@@ -2,7 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>KulakPOS</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Kulakpos.id - Solusi Kasir Pintar (SaaS POS) Terlengkap dengan Teknologi AI Assistance untuk UMKM Naik Kelas.">
<title>KulakPOS | Solusi Kasir Pintar Berbasis AI</title>
@vite('resources/js/app.jsx')
</head>
<body>

View File

@@ -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"