@php $configData = Helper::appClasses(); $customizerHidden = 'customizer-hide'; @endphp @extends('layouts/layoutMaster') @section('title', 'Login Cover - Pages') @section('vendor-style') @endsection @section('page-style') @endsection @section('page-script') @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.

@include('admin.includes.show-msg')

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

@csrf
@error('email')
{{ $errors->first('email') }}
@enderror
@error('password')
{{ $errors->first('password') }}
@enderror
@endsection