@extends('layouts.auth_new') @section('title') Login @endsection @section('content')

Become an Investor

Apply for Investor verification and upgrade.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @php $investor = Auth::guard('investor')->user(); $hasPending = $investor->hasPendingVerification(); @endphp
@endsection