@extends("layouts.app_new") @section("title") Dashboard Login @endsection @section("content") Login {{ csrf_field() }} @if(isset($_GET['message']) && $_GET['message']=="Please check your inbox, junk or spam to verify your email") {{$_GET['message']}} @endif @if ($errors->has('email')) {{ $errors->first('email') }} @endif @if ($errors->has('password')) {{ $errors->first('password') }} @endif {!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif Login Forget password ? @endsection @section('script') {!! NoCaptcha::renderJs() !!} @endsection