@extends('layouts/blankLayout') @section('title', 'Login Basic - Pages') @section('page-style') @endsection @section('content')

Welcome to {{config('variables.templateName')}}! 👋

Please sign-in to your account and start the adventure

@if ($errors->has('email')) @endif
@csrf
Forgot Password?
auth-tree triangle-bg auth-tree
@endsection