<!-- resources/views/tasks.blade.php -->
@extends('layouts.app')
@section('subtitle',"Home")

@section('head_css')
	<link href="/assets/css/enterweb.css" rel="stylesheet" type="text/css" />
	<link href="/assets/css/langs.css" rel="stylesheet" type="text/css" />
@endsection
@section('footer_js')
	<script src="/assets/js/enterweb.js" type="text/javascript"></script>
@endsection


@section('content')

	<div class="_container">
        
	
		
        <div class="logo">
            <h1>TechnoWEB</h1>
            <h3>@lang('wbr.conduct_webinars')</h3>
        </div>
        
            
			<div class="wrap-btns">
			<div class="wrap-inp-webcode">
			
				<input id="web_code" type="text" autofocus placeholder ="Введите код для входа в вебинар..."/>
				<button id="check_webcode"><i class="fa fa-check fa-2x"></i></button>
			</div>	
				<button id="enter_webinar">@lang('wbr.start_webinar')</button>
				<center class="langbox"><a href="{{ $f_lang_link }}" class="l_lang">{{ $f_lang_text }}</a> | <a href="{{ $s_lang_link }}" class="r_lang">{{ $s_lang_text }}</a></center>
            </div>

      
        
    </div>
     
   <footer>
	<a href="https://technounit.uz">TECHNOUNIT GROUP</a><br>
	<span>2018</span>
	</footer>

@endsection