@extends('website.layouts.app') @section('content')
{{-- DEBUG --}} {{-- @php dd(session()->all()); @endphp --}}
@php $cameFromCart = session()->pull('came_from_cart'); // Gets and removes it in one go @endphp @if ($cameFromCart)
@csrf
@endif

@if (session('app_language', 'en') == 'en') Login @else تسجيل الدخول @endif

@csrf

@if (session('app_language', 'en') == 'en') Continue with one click @else تواصل بنقرة واحدة @endif

@if (session('app_language', 'en') == 'en') Register @else يسجل @endif

@csrf

@if (session('app_language', 'en') == 'en') Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our Privacy policy. @else سيتم استخدام بياناتك الشخصية لدعم تجربتك عبر هذا الموقع الإلكتروني، ولإدارة الوصول إلى حسابك، ولأغراض أخرى موضحة في سياسة الخصوصية الخاصة بنا. سياسة الخصوصية. @endif

@endsection @section('scriptJs') @endsection