@extends('web.layouts.auth') @section('title', '회원가입 Debug | PIN FOR YOU') @section('auth_content')

회원가입 Debug

Payload(session)
{{ json_encode($data, JSON_UNESCAPED_UNICODE|JSON_PRETTY_PRINT) }}
        
@csrf
@csrf
@csrf
@csrf
@if(!empty($last))
마지막 실행 결과
step: {{ $last['step'] ?? '-' }} / mode: {{ !empty($last['commit']) ? 'COMMIT' : 'DRY RUN(ROLLBACK)' }} / ok: {{ !empty($last['ok']) ? 'true' : 'false' }}
{{ $last['message'] ?? '' }}
Captured Queries
{{ json_encode($last['queries'] ?? [], JSON_UNESCAPED_UNICODE|JSON_PRETTY_PRINT) }}
            
@endif
@endsection