diff --git a/app/Models/Bitrix/SendCompany.php b/app/Models/Bitrix/SendCompany.php index 35b60f6..6c52295 100644 --- a/app/Models/Bitrix/SendCompany.php +++ b/app/Models/Bitrix/SendCompany.php @@ -55,7 +55,7 @@ public function send() $data = [ 'IBLOCK_TYPE_ID' => $this->IBLOCK_TYPE_ID, 'IBLOCK_ID' => $this->IBLOCK_ID, - 'ELEMENT_CODE' => 'lk' . $this->ID, + 'ELEMENT_CODE' => 'local' . $this->ID, 'FIELDS' => $this->data ]; $sender = new BitrixSender($this->URL, $data); diff --git a/public/images/logo.svg b/public/images/logo.svg new file mode 100644 index 0000000..e6844d5 --- /dev/null +++ b/public/images/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 16f175a..05ec438 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -1,9 +1,8 @@ @extends('layouts.guest') @section('content') -