@include('index.head')
@include('index.navigations')
Login to your account
@csrf
Email address
@error('email')
{{ $message }}
@enderror
Password
@error('password')
{{ $message }}
@enderror
{!! captcha_img() !!}
@error('captcha')
{{ $message }}
@enderror
@include('index.footer')