@extends('layout.simpleapp') @section('content') @if (Session::has('error')) @endif {{ __('Verify') }} {{ __('Enter the OTP that been sent to you email address') }} @if (Session::has('status')) {{ Session::get('status') }} @endif @csrf @if (Session::has('error')) {{ Session::get('error') }} @endif {{ __('Done') }} {{ __('Resend') }} @endsection @section('script') @endsection