@extends('front.layout-ref') @section('content')
{{--
User Login
--}}
{{ csrf_field() }} @honeypot

Max Sessions Reached!

Your account is currently signed into more than 2 devices or browsers. Log out of one to proceed or enter password to sign out of all devices

{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!}
@if(\Session::has('error'))
  • {!! \Session::get('error') !!}
  • @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif
    @endsection @section('custom-script') @endsection