@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')
@endsection @push('scripts') @endpush