@php $siteGeneralSettings = getGeneralSettings(); $getPageBackgroundSettings = getPageBackgroundSettings(); @endphp
{{ trans('auth.welcome') }}
{{ $siteGeneralSettings['site_name'] ?? '' }} {{ trans('auth.admin_panel') }}
{{ trans('auth.admin_tagline') }}
{{ trans('auth.email') }}
@error('email')
{{ $message }}
@enderror
{{ trans('auth.password') }}
@error('password')
{{ $message }}
@enderror
{{ trans('auth.remember_me') }}
{{ trans('auth.login') }}
{{--
Rocket LMS
fully-featured educational platform
All rights reserved for
Rocket Soft
on
Codecanyon
--}}