@extends('welcome') @section('content')
@if(Auth::guard('crypto')->check() && Auth::guard('crypto')->user()->status === "1") @else
{{csrf_field()}}
Register Forgot Password?
@endif
@stop