@extends('user::layouts.guest') @section('breadcrumb_title', 'Author Login') @section('content')

{{ __('backend::translate.Login to your account') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@if (Route::has('password.request')) @endif
@if (config('app.app_mode') == 'DEMO')

Email: author@gmail.com

Password: password

@endif

{{ __('backend::translate.Don’t have an account yet?') }} {{ __('backend::translate.Sign up') }}

@if ($google_visible_status == 1 || $facebook_visible_status == 1)
Or
@endif
@if ($google_visible_status == 1)
Google
@endif @if ($facebook_visible_status == 1)
Sign With Facebook
@endif
@endsection @push('scripts') @endpush