@extends('admin.auth.new.layout') @php $siteGeneralSettings = getGeneralSettings(); @endphp @section('content')

{{ trans('update.welcome_back_to_site!', ['site' => $siteGeneralSettings['site_name'] ?? '']) }}

{{ trans('update.login_to_your_account_and_manage_everything') }}

{{ csrf_field() }}
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@if(!empty(getGeneralSecuritySettings('captcha_for_admin_login')))
@include('design_1.web.includes.captcha_input')
@endif
@endsection