@extends('layouts.public') @section('title', 'Login | KunciLink | Social Unlock & Link in Bio Indonesia') @section('meta_description') Masuk ke akun KunciLink - platform social unlock terpercaya di Indonesia. Akses dashboard, kelola shortlink, dan tingkatkan engagement media sosial Anda dengan mudah. @endsection @section('content')
logo KunciLink

Masuk ke Akun Anda

Akses dashboard dan kelola link Anda

@if(session('redirect_after_login') && strpos(session('redirect_after_login'), '/payment/qris/') !== false)

Pembayaran QRIS

Anda perlu masuk ke akun KunciLink untuk menyelesaikan pembayaran QRIS Anda. Setelah login, Anda akan secara otomatis dialihkan ke halaman pembayaran.

@endif
{{-- Tampilkan error validasi --}} @if ($errors->any())
{{ $errors->first() }}
@endif {{-- FORM LOGIN --}}
@csrf
@if (Route::has('password.request')) Lupa password? @endif
{{-- Pemisah --}}

atau
{{-- Tombol Login Google --}}
Google Icon Continue with Google
{{-- Link ke Register --}}

Belum punya akun? Daftar

{{-- Social Sharing Section --}}
@include('components.social-sharing-buttons', [ 'showTitle' => true, 'shareTitle' => 'Bagikan KunciLink.id', 'class' => 'my-4', 'title' => 'Login KunciLink.id - Social Unlock Platform', 'description' => 'Bergabung dengan KunciLink.id - Platform social unlock terbaik Indonesia untuk YouTuber, influencer & content creator.' ])
@endsection