@extends('front.layout-ref') @section('content') {{-- User Login Max sessions --}} {{ 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 Password* {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} Sign Out of all Devices @if(\Session::has('error')) {!! \Session::get('error') !!} @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @endsection @section('custom-script') @endsection
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