@yield('page_css')
Background
@if (Session::has('error') || Session::has('success')) @if (Session::has('success')) @else @endif
@else
@endif

Welcome to Lender Lynx

@csrf
@if ($errors->has('error'))
{{ $errors->first('error') == 1 ? 'Authentication code is invalid or expired' : $errors->first('error') }}
@endif @if (request()->query('error') == 1)

Invalid Code

@else
@endif