@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 ? 'Start your top-up journey' : 'ابدأ تجربة شحن أسرع' }}

{{ $isEnglish ? 'Create your account once, then manage wallet, orders, rewards and favorite games from one place.' : 'أنشئ حسابك مرة واحدة وتحكم في المحفظة والطلبات والمكافآت وألعابك المفضلة من مكان واحد.' }}

محفظة آمنة طلبات أسرع مكافآت إحالة

{{ $isEnglish ? 'Create account' : 'إنشاء حساب' }}

{{ $isEnglish ? 'Fill in your details to start buying faster.' : 'املأ بياناتك للبدء في الشحن والشراء بسرعة.' }}

@if($errors->any())
{{ $errors->first() }}
@endif @include('auth.partials.google-button')
@csrf {{ $isEnglish ? 'Already have an account? Login' : 'لديك حساب بالفعل؟ تسجيل الدخول' }}
@endsection