@extends('web.layouts.auth') @section('title', '회원가입 | PIN FOR YOU') @section('meta_description', 'PIN FOR YOU 회원가입 페이지입니다.') @section('canonical', url('/auth/register')) @section('h1', '회원가입') @section('desc', '휴대폰 번호 확인 후 본인인증을 진행합니다.') @section('card_aria', '회원가입 Step0 - 휴대폰 확인') @section('show_cs_links', true) @section('auth_content') {{-- Step0 Hero Image + 안내문구 --}}
@csrf {{-- ✅ hidden input만 생성(토큰은 JS에서 발급 후 payload에 포함) --}}
{{-- ✅ reCAPTCHA 스크립트/공통함수는 이 페이지에서만 로드 --}} @push('recaptcha') @endpush @endsection @section('auth_bottom') @endsection