@extends('qrcode.pages.layout') @section('page')

{{ t('PIN Code Protection') }}

{{ t('This QR code is protected, enter pin code to see the QR code content.') }}

{!! ContentManager::customCode('PIN Code Screen Message') !!} @if (session()->has('error'))
{{ session()->get('error') }}
@endif
@csrf
0
0
0
0
0
@endsection