@extends('layouts.app') @section('content')
{{ $user->name }}

Enter chat MPIN

Enter your 4-digit MPIN to open GLETRA chat

@if($errors->any())
{{ $errors->first() }}
@endif
@foreach([1,2,3,4,5,6,7,8,9] as $digit) @endforeach

Attempts left: {{ $attemptsLeft }}

Manage MPIN in Settings
@endsection