@php $customizerHidden = 'customizer-hide'; $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Login Cover - Pages') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
auth-login-cover auth-login-cover

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

Please sign-in to your account and start the adventure

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection