@extends('layouts/blankLayout') @section('title', 'Login Basic - Pages') @section('content')
@if (session('success') || session('error'))
{{ session('success') ? session('success') : session('error') }}
@endif

Welcome to {{ config('variables.templateSuffix') }}!

Please sign-in to your account and start the adventure

@csrf
Forgot Password?

New on our platform? Create an account

@endsection