X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/resources/views
home
/
gfecatvj
/
sites
/
realesbar-X
/
resources
/
views
/
📁
..
📁
admin
📁
auth
📁
blog
📄
child.blade.php
(205 B)
📄
contact.blade.php
(3.91 KB)
📄
contactForm.blade.php
(2.01 KB)
📄
email.blade.php
(15.51 KB)
📁
emails
📄
head.blade.php
(1.86 KB)
📄
home.blade.php
(650 B)
📄
inc_footer.blade.php
(4.2 KB)
📄
inc_header.blade.php
(4.83 KB)
📄
layout.blade.php
(270 B)
📁
layouts
📄
login.blade.php
(3.16 KB)
📄
mortgageCalculator.blade.php
(2.24 KB)
📁
property
📄
templ.blade.php
(1.24 KB)
📄
thanku4contactus.blade.php
(2.23 KB)
📄
welcome.blade.php
(2.71 KB)
Editing: login.blade.php
@extends('templ') {{-- head Start--}} @section('meta_description'){{$meta_description}}@endsection @section('title'){{$title}}@endsection @section('more_css_style') <style type="text/css"> .error{ color:red; } #feedback_thank_you p{ margin-top: 15px; } #feedback_thank_you{ display: none; } </style> @endsection @section('Google_adsense') @includeif('googleadsense') @endsection {{-- head end--}} {{-- Body start--}} {{-- section starts--}} {{-- top --}} @section('section_content_top') <form action="#" class="findFormBlock findFormBlock2 bgLightDark hasShadowTop offsetHeaderTop"> <div class="container"> </div> </form> @endsection {{-- Middle --}} <?php if(Auth::check()){ $name = Auth::user()->name; $email = Auth::user()->email; }else{ $name = ''; $email = ''; } ?> @section('section_content') <div id="content" class="container pCombine"> <section class="block404 text-center"> @if(session('success')) <div class="alert alert-success" role="alert">{{session('success')}}</div> @elseif(session('error')) <div class="alert alert-danger" role="alert">{{session('error')}}</div> @endif <div class="popupColsHolder"> <div class="col bgWhite" style="max-width: 345px; margin: auto;" > <div> <p class="error">{{$errors->first()}}</p> </div> <form class="form-auth-small" action="{{url('/login') }}" method="post"> <input type="hidden" name="_token" value="{{ csrf_token() }}"> <div class="form-group"> <input type="email" class="form-control elemenBlock{{ $errors->has('email') ? ' is-invalid' : '' }}" id="email" name="email" value="{{old('email')}}" placeholder="Email" required> @if ($errors->has('email')) <span class="invalid-feedback" role="alert"> <strong>{{ $errors->first('email') }}</strong> </span> @endif </div> <div class="form-group"> <input type="password" class="form-control elemenBlock" id="password" name="password" placeholder="Password" required> </div> <div class="form-group"> <label class="fwNormal customLabelCheck"> <input type="checkbox" class="customFormInputReset" {{ old('remember') ? 'checked' : '' }}> <span class="fakeCheckbox"></span> <span class="fakeLabel">Remember me</span> </label> </div> <button type="submit" class="btn btnSecondary elemenBlock fontNeuron fwNormal text-uppercase btnSubmit">LOGIN</button> </form> </div> </div> </section> </div> @endsection {{-- bottom for pop ups--}} @section('section_content_3') @endsection {{-- section end--}} {{-- footer Start--}} {{-- footer end --}} {{-- Scripts start--}} @section('ext_scripts') @endsection {{-- script end--}} {{--Body end--}}
Upload File
Create Folder