@extends('admin.layouts.auth') @section('hide_flash', '1') @section('title', '로그인') {{-- reCAPTCHA 스크립트는 이 페이지에서만 로드 --}} @push('head') @php $siteKey = (string) config('services.recaptcha.site_key'); @endphp @if($siteKey) @endif @endpush @section('content')
@csrf {{-- 에러는 폼 상단에 1개만 --}} @if ($errors->any())
로그인 실패
{{ $errors->first() }}
@endif
로그인 성공 후 SMS 인증번호 입력 단계로 이동합니다.
@endsection @push('scripts') @endpush