@extends('layouts/blankLayout') @section('title', 'Login Basic - Pages') @section('page-style') @endsection @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?
auth-tree triangle-bg auth-tree
@endsection