@extends('layouts.auth') @section('title', 'PIN Verification') @section('content')
{{ Auth::user()->name }}

Welcome Back

{{ Auth::user()->name }}

Passcode

@csrf
@endsection