@include('inc.auth-header')

Sign-In--

Access the {{env('APP_NAME')}} panel using your email and passcode.

@if(Session::has('login_message'))

{{Session::get('login_message')}}

@endif @if(Session::has('message')) @if(Session::get('alert-class')=='success') @php $class = 'text-success'; @endphp @else @php $class = 'text-danger'; @endphp @endif

{{ Session::get('message') }}

@endif

@csrf
Forgot password?
@if(config('services.recaptcha.key'))
@endif
New on our platform? Create an account

Please enable your location and reload page.

@include('inc.auth-footer') @if(Session::has('message')) @endif