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

{{ trans('admin/main.welcome') }} {{ $siteGeneralSettings['site_name'] ?? '' }}

{{ trans('auth.admin_tagline') }}

@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@if(!empty(getGeneralSecuritySettings('captcha_for_admin_login'))) @include('admin.includes.captcha_input') @endif
{{ trans('auth.forget_your_password') }}
@endsection