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

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

{{--

Please sign-in to your account and start the adventure

--}} @if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection