@extends('admin.layout.login_layout')
@section('content')
@lang('demo.login_to_your_account')
@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'))
@if ($customer != null)
@if ($customer->active == 0)
@endif
@endif
@endif
@include('admin.layout.error')
@stop