@extends('layouts.app') @section('content') {{--upload_max_filesize: {{ini_get("upload_max_filesize")}}--}} {{--post_max_size: {{ini_get("post_max_size")}}--}}
@if($_SERVER['SERVER_NAME'] == "www.hreu.edu.ge")

EU - HR

@elseif($_SERVER['SERVER_NAME'] == "hr.unik.edu.ge")

UNIK - HR

@endif
{{--
{{ __('Login') }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
--}} @endsection