@extends('layouts.main') @section('content') @if (Auth::check()) @include('parts.already_auth') @else @if ($account->activated)
Please enter the PIN code was sent to your phone number to finish your authentication.
@elseTo finish your registration process and set a password please enter the PIN code you just received by SMS.
@endif