@extends('backend.layouts.auth') @section('title', __('Login')) @section('content')

{{ __('Login') }}

{{ __('Log in to your account to continue.') }}

@csrf
{!! display_captcha() !!}
@endsection