/
home
/
techb158
/
ileadtechnology.com
/
resources
/
views
/
auth
/
/home/techb158/ileadtechnology.com/resources/views/auth
mkdir
upload
Name
Size
Mode
Actions
passwords/
-
0755
rm
login.blade.php
7325
0644
edit
dl
rm
register.blade.php
9066
0644
edit
dl
rm
verify.blade.php
2772
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/resources/views/auth/verify.blade.php
(2772B)
@section('title', 'Verify Email') @include('theme.head') @section('Verify Email', 'Sign Up') @include('admin.message') <!-- end head --> <!-- body start--> <body> <!-- top-nav bar start--> <section id="nav-bar" class="nav-bar-main-block nav-bar-main-block-one"> <div class="container-fluid"> <div class="row"> <div class="col-lg-4"> </div> <div class="col-lg-4"> <div class="logo text-center btm-10"> @php $logo = App\Setting::first(); @endphp @if($logo->logo_type == 'L') <a href="{{ url('/') }}" title="logo"><img src="{{ asset('images/logo/'.$logo->logo) }}" class="img-fluid" alt="logo"></a> @else() <a href="{{ url('/') }}"><b><div class="logotext">{{ $logo->project_title }}</div></b></a> @endif </div> </div> <div class="col-lg-4"> <div class="Login-btn txt-rgt"> <a href="{{ route('logout') }}" class="btn btn-secondary" onclick="event.preventDefault(); document.getElementById('logout-form').submit();"> {{ __('frontstaticword.Logout') }} <form id="logout-form" action="{{ route('logout') }}" method="POST" class="display-none"> @csrf </form> </a> </div> </div> </div> </div> </section> <!-- top-nav bar end--> <section id="signup" class="signup-block-main-block"> <div class="container"> <div class="row justify-content-center"> <div class="col-md-8"> <div class="card"> <div class="card-header">{{ __('Verify Your Email Address') }}</div> <div class="card-body"> @if (session('resent')) <div class="alert alert-success" role="alert"> {{ __('A fresh verification link has been sent to your email address.') }} </div> @endif {{ __('Before proceeding, please check your email for a verification link.') }} {{ __('If you did not receive the email') }}, <a href="{{ route('verification.resend') }}">{{ __('click here to request another') }}</a>. </div> </div> </div> </div> </div> </section> @include('theme.scripts') <!-- end jquery --> </body> <!-- body end --> </html>
Save
cmd:
run