@extends('layouts.app') @section('title', __('messages.login') . ' - ' . __('messages.app_name')) @section('description', __('messages.login_subtitle')) @section('content') @php $lang = app()->getLocale(); @endphp
{{-- ===== CURVED HEADER (280px, blue gradient, bottom curve) ===== --}}
{{-- Bottom curve (quadratic bezier to match Flutter _CurvedClipper) --}} {{-- Content --}}
{{-- Back button --}}
{{-- Logo --}} lebuttn
{{-- Welcome message --}}
{{ __('messages.welcome_message') }}
{{-- Subtitle --}}
{{ __('messages.login_subtitle') }}
{{-- ===== SCROLLABLE CONTENT (offset -40 to overlap curve) ===== --}}
{{-- LOGIN CARD --}}
{{-- Title --}}
{{ __('messages.login') }}
{{-- Subtitle --}}
{{ __('messages.google_login_desc') }}
{{-- Google Sign-In Button --}} {{-- Error message --}}
{{-- Divider with "why register" --}}
{{ __('messages.why_register') }}
{{-- Advantages --}} @foreach(['advantage_predict', 'advantage_compete', 'advantage_leaderboard'] as $key)
{{ __('messages.' . $key) }}
@endforeach
{{-- Skip button (Continue without account) --}} {{ __('messages.skip_login') }}
@push('scripts') @endpush @endsection