@extends('layouts.auth') @php $seo = [ 'title' => 'Login to GE-AS - Global E-Commerce Arbitrage Store', 'description' => 'Log in to your GE-AS account to bid, sell, manage AI trading plans, and follow pilots. Secure email 2FA. USDT settlement on Solana.', 'robots' => 'noindex, nofollow', ]; @endphp @section('title') Login @endsection @section('content')
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request'))

Forgot password ?

@endif
Don't have an account ? Sign Up

© Global Ecommerce Arbitrage Store.

@endsection