@extends('layouts.layout') @section('content')
Security Pin
@if ($pin)

Your security pin: {{ $pin }}

@csrf
@else

No security pin generated.

@csrf
@endif
@endsection