@extends('admin.layout.login_layout') @section('content')

@lang('demo.login_to_your_account')

@csrf
@if (request()->getHost() == env('TENANT_DOMAIN'))

@lang('demo.havent_account', ['app_name' => '' . __('admin.ezdan') . ''])

@lang('demo.new_account') @endif @if (request()->getHost() != env('TENANT_DOMAIN'))
@csrf
@if ($customer != null) @if ($customer->active == 0)
@csrf
@endif @endif
@endif @include('admin.layout.error') @stop