@extends('layouts.store', ['title' => 'إنشاء حساب | RaseedNow']) @section('content') @php($isEnglish = app()->getLocale() === 'en')

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

{{ $isEnglish ? 'Create your account to start buying faster.' : 'أنشئ حسابك للبدء.' }}

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
{{ $isEnglish ? 'Or sign up with' : 'أو سجل باستخدام' }}

{{ $isEnglish ? 'Already have an account?' : 'لديك حساب بالفعل؟' }} {{ $isEnglish ? 'Login' : 'تسجيل الدخول' }}

@endsection