@php $configData = Helper::appClasses(); $customizerHidden = 'customizer-hide'; @endphp @extends('layouts/blankLayout') @section('title', 'Login') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
Auth Cover Bg color

Discover the powerful admin template 🥳

Perfectly suited for all level of developers which helps you to
kick start your next big projects & Applications.

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

Please sign-in to your account and start the adventure

@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@if (Route::has('password.request')) Forgot Password? @endif
@error('password') {{ $message }} @enderror

New on our platform? @if (Route::has('register')) Create an account @endif

or
@endsection