@extends('mainapp::layouts.backend.auth-master') @section('title') {{ $data['title'] }} @endsection @section('content')

{{ ___('common.login') }}

{{ ___('common.welcome_back_please_login_to_your_account') }}

@csrf

@error('email')

{{ $message }}

@enderror

@error('password')

{{ $message }}

@enderror
@if (setting('recaptcha_status'))
{!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response'))

{{ $errors->first('g-recaptcha-response') }}

@endif
@endif
{{-- {{ ___('common.forgot_password') }} --}}
@if (\Config::get('app.APP_DEMO'))
@csrf
@endif @endsection @section('script') {!! NoCaptcha::renderJs() !!} @endsection