@extends('auth.layouts.authentication') @section('content')
{{ translate('Seller Login Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Welcome Back !')}}

{{ translate('Login To Your Seller Account')}}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_login') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
@if (env("DEMO_MODE") == "On")
{{ translate('Seller Account')}}
@endif

{{ translate('Dont have an account?')}} {{ translate('Register Now')}}

@endsection @section('script') @if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_seller_login') == 1) @endif @endsection