@extends('layouts.store', ['title' => 'تسجيل الدخول | RaseedNow']) @section('content') @php $isEnglish = app()->getLocale() === 'en'; $siteSettings = \App\Models\SiteSetting::current(); $siteLogo = $siteSettings->logo_path ?: 'images/brand/raseednow-logo.png'; @endphp
أبطال ألعاب وجواهر للشحن السريع

{{ $isEnglish ? 'Top up your games fast and safely' : 'اشحن ألعابك بسرعة وأمان' }}

{{ $isEnglish ? 'A trusted, fast top-up experience for popular games with fair prices and 24/7 support.' : 'تجربة شحن موثوقة وسريعة لأشهر الألعاب وأسعار تنافسية ودعم على مدار الساعة.' }}

شحن فوري آمن وموثوق دعم 24/7

{{ $isEnglish ? 'Login' : 'تسجيل الدخول' }}

{{ $isEnglish ? 'Access your account and manage your wallet, orders and top-ups.' : 'سجّل دخولك للوصول إلى حسابك وشحن ألعابك بسهولة.' }}

@if($errors->any())
{{ $errors->first() }}
@endif @include('auth.partials.google-button')
@csrf
{{ $isEnglish ? 'Forgot password?' : 'نسيت كلمة المرور؟' }}
{{ $isEnglish ? 'Create new account' : 'إنشاء حساب جديد' }}
@endsection