Blame view
resources/views/workers/cabinet.blade.php
34.4 KB
e3c7b0ffb Коммит на понедел... |
1 2 3 |
@extends('layout.frontend', ['title' => 'Моя анкета - РекаМоре']) @section('scripts') |
99a41e761 Личный кабинет по... |
4 5 |
<script> console.log('Test system'); |
b3d27fa36 Обновление проект... |
6 |
$(document).on('click', '#button_new_doc123', function() { |
99a41e761 Личный кабинет по... |
7 8 9 10 11 12 13 14 15 16 17 18 |
var this_ = $(this); var val_ = this_.attr('data-val'); var new_diplom = $('#new_diplom'); var new_diplom_val = new_diplom.val(); var new_data_begin = $('#new_data_begin'); var new_data_begin_val = new_data_begin.val(); var new_data_end = $('#new_data_end'); var new_data_end_val = new_data_end.val(); var education = $('#education'); var education_val = education.val(); var worker_id = $('#new_id'); var worker_val = worker_id.val(); |
e3c7b0ffb Коммит на понедел... |
19 |
|
99a41e761 Личный кабинет по... |
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
console.log('sort items ' + val_); if (new_diplom_val == '') { new_diplom.addClass('err_red'); console.log('Border Up'); } else { $.ajax({ type: "GET", url: "{{ route('worker.add_serificate') }}", data: "worker_id="+worker_val+"&date_begin="+new_data_begin_val + "&end_begin=" + new_data_end_val + "&name=" + new_diplom_val + "&education="+education_val, success: function (data) { console.log('Блокировка...'); console.log(data); $('#sertificate').html(data); if (new_diplom.hasClass('err_red')) new_diplom.removeClass('err_red'); }, headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') }, error: function (data) { data = JSON.stringify(data); console.log('Error: ' + data); } }); } }); $(document).on('click', '#btn_new_diplom123', function() { var this_ = $(this); var val_ = this_.attr('data-val'); var documents = $('#documents'); var doc_val = documents.val(); var block = $('#ajax_dop_diplomi'); console.log('worker_id='+val_+'it_infoblock='+ doc_val); $.ajax({ type: "GET", url: "", data: "worker_id="+val_+"&infoblok_id="+doc_val, success: function (data) { location.url = data; console.log('Добавление документа-диплома'); console.log(data); block.html(data); }, headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') }, error: function (data) { data = JSON.stringify(data); console.log('Error: ' + data); } }); }); $(document).on('click', '#new_work', function() { var this_ = $(this); var val_ = this_.attr('data-val'); var new_diplom = $('#new_diplom').val(); var new_data_begin = $('#new_data_begin').val(); var new_data_end = $('#new_data_end').val(); var new_job_title = $('#new_job_title').val(); var new_teplohod = $('#new_teplohod').val(); var new_GWT = $('#new_GWT').val(); var new_KBT = $('#new_KBT').val(); var new_Begin_work = $('#new_Begin_work').val(); var new_End_work = $('#new_End_work').val(); var new_name_company = $('#new_name_company').val(); console.log('worker_id='+val_+'it_infoblock='+ doc_val); $.ajax({ type: "GET", url: "", data: "worker_id="+val_+"&infoblok_id="+doc_val, success: function (data) { location.url = data; console.log('Добавление документа-диплома'); console.log(data); block.html(data); }, headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') }, error: function (data) { data = JSON.stringify(data); console.log('Error: ' + data); } }); }); |
dc2a9a876 Коммит на понедел... |
111 112 113 114 115 116 117 118 119 120 |
$(document).on('click', '#old_year', function() { var this_ = $(this); var val = this_.val(); if (val < 0) $('#old_year').val(0); console.log('Возраст не может выполнить такую операцию'); }); |
b3d27fa36 Обновление проект... |
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 |
$(document).on('change', '.sertificates_js', function() { var this_ = $(this); var infoblock_id = this_.attr('data-info'); var val = this_.val(); var block = $('#block_sertificate'); console.log('infoblok='+infoblock_id); console.log('val='+val); if (val==0) { $.ajax({ type: "GET", url: "{{ route('worker.delete_diplom', ['worker' => $Worker[0]->id]) }}", data: "&infoblok_id=" + infoblock_id, success: function (data) { location.url = data; console.log('Удаление левых документов'); console.log(data); window.location.href = data; //block.html(data); }, headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') }, error: function (data) { data = JSON.stringify(data); console.log('Error: ' + data); } }); } }); |
99a41e761 Личный кабинет по... |
151 |
</script> |
e3c7b0ffb Коммит на понедел... |
152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 |
@endsection @section('content') <section class="cabinet"> <div class="container"> <ul class="breadcrumbs cabinet__breadcrumbs"> <li><a href="{{ route('index') }}">Главная</a></li> <li><b>Личный кабинет</b></li> </ul> <div class="cabinet__wrapper"> <div class="cabinet__side"> <div class="cabinet__side-toper"> @include('workers.emblema') </div> @include('workers.menu', ['item' => 1]) </div> |
99a41e761 Личный кабинет по... |
170 171 172 |
<form class="cabinet__body" action="{{ route('worker.cabinet_save', ['worker' => $Worker[0]->id]) }}" enctype="multipart/form-data" method="POST"> @csrf @include('messages_error') |
e3c7b0ffb Коммит на понедел... |
173 174 175 176 |
<div class="cabinet__body-item"> <div class="cabinet__anketa"> <h2 class="title cabinet__title">Моя анкета</h2> <div class="cabinet__anketa-buttons"> |
99a41e761 Личный кабинет по... |
177 |
<a href="{{ route('worker.up', ['worker' => $Worker[0]->id]) }}" class="button">Поднять резюме</a> |
7571b20fd Коммит 13 марта 2024 |
178 |
<a href="{{ route('resume_download', ['worker' => $Worker[0]->id]) }}" target="_blank" class="button"> |
e3c7b0ffb Коммит на понедел... |
179 |
<svg> |
99a41e761 Личный кабинет по... |
180 |
<use xlink:href="{{ asset('images/sprite.svg#share') }}"></use> |
e3c7b0ffb Коммит на понедел... |
181 182 183 184 185 186 187 188 189 190 191 192 |
</svg> Скачать резюме </a> </div> </div> </div> <div class="cabinet__body-item"> <div class="cabinet__stats"> <h3 class="cabinet__subtitle cabinet__stats-title">Статистика</h3> <div class="cabinet__stats-body"> <div class="cabinet__stats-item"> <svg> |
99a41e761 Личный кабинет по... |
193 |
<use xlink:href="{{ asset('images/sprite.svg#eye-3') }}"></use> |
e3c7b0ffb Коммит на понедел... |
194 195 |
</svg> <span>Просмотров:</span> |
7571b20fd Коммит 13 марта 2024 |
196 |
<b>@if (isset($stat[0]->lookin)) {{ $stat[0]->lookin }} @else 0 @endif</b> |
e3c7b0ffb Коммит на понедел... |
197 198 199 |
</div> <div class="cabinet__stats-item"> <svg> |
99a41e761 Личный кабинет по... |
200 |
<use xlink:href="{{ asset('images/sprite.svg#warning') }}"></use> |
e3c7b0ffb Коммит на понедел... |
201 202 |
</svg> <span>Отзывов:</span> |
7571b20fd Коммит 13 марта 2024 |
203 |
<b>@if (isset($stat[0]->message)) {{ $stat[0]->message }} @else 0 @endif</b> |
e3c7b0ffb Коммит на понедел... |
204 205 |
</div> </div> |
7571b20fd Коммит 13 марта 2024 |
206 |
<div class="cabinet__stats-subtitle">Анкета заполнена на {{ $persent }}%</div> |
e3c7b0ffb Коммит на понедел... |
207 |
<div class="cabinet__stats-line"> |
7571b20fd Коммит 13 марта 2024 |
208 |
<span style="width:{{ $persent }}%"></span> |
e3c7b0ffb Коммит на понедел... |
209 210 211 212 213 214 215 216 |
</div> <div class="cabinet__stats-bottom">Заполните профиль, чтобы повысить процент анкеты на 80%</div> </div> </div> <div class="cabinet__body-item"> <h3 class="cabinet__subtitle">Профиль</h3> <div class="cabinet__avatar"> <div class="cabinet__avatar-pic"> |
99a41e761 Личный кабинет по... |
217 218 219 220 |
@if (!empty($Worker[0]->photo)) <img src="{{ asset(Storage::url($Worker[0]->photo)) }}"/> @else |
e3c7b0ffb Коммит на понедел... |
221 |
<svg> |
99a41e761 Личный кабинет по... |
222 |
<use xlink:href="{{ asset('images/sprite.svg#pic') }}"></use> |
e3c7b0ffb Коммит на понедел... |
223 |
</svg> |
99a41e761 Личный кабинет по... |
224 |
@endif |
e3c7b0ffb Коммит на понедел... |
225 226 227 228 |
</div> <div class="cabinet__avatar-form"> <label class="file"> <span class="file__input"> |
99a41e761 Личный кабинет по... |
229 |
<input type="file" name="photo" id="photo"> |
e3c7b0ffb Коммит на понедел... |
230 231 |
<span class="button"> <svg> |
99a41e761 Личный кабинет по... |
232 |
<use xlink:href="{{ asset('images/sprite.svg#plus') }}"></use> |
e3c7b0ffb Коммит на понедел... |
233 234 235 236 237 |
</svg> Загрузить </span> </span> </label> |
99a41e761 Личный кабинет по... |
238 |
<p class="cabinet__text">Загрузите фотографию в формате svg., jpg., jpeg., png.</p> |
e3c7b0ffb Коммит на понедел... |
239 240 241 242 243 244 245 246 |
</div> </div> </div> <div class="cabinet__body-item"> <div class="cabinet__inputs"> <div class="cabinet__inputs-item form-group"> <label class="form-group__label">Электронная почта *</label> <div class="form-group__item"> |
99a41e761 Личный кабинет по... |
247 |
<input type="email" name="email" id="email" value="{{ $Worker[0]->email }}" class="input" placeholder="info@rekamore.su" required> |
e3c7b0ffb Коммит на понедел... |
248 249 250 |
</div> </div> <div class="cabinet__inputs-item form-group"> |
99a41e761 Личный кабинет по... |
251 252 253 254 255 256 257 258 259 260 261 262 |
<label class="form-group__label">Статус</label> <div class="form-group__item"> <div class="select"> <select class="js-select2" name="status_work" id="status_work"> <option value="1" @if ($Worker[0]->status_work == 1) selected @endif>Не указано</option> <option value="2" @if ($Worker[0]->status_work == 2) selected @endif>Не ищу работу</option> <option value="0" @if ($Worker[0]->status_work == 0) selected @endif>Ищу работу</option> </select> </div> </div> </div> <!--<div class="cabinet__inputs-item form-group"> |
e3c7b0ffb Коммит на понедел... |
263 264 265 266 |
<label class="form-group__label">Статус *</label> <div class="form-group__item"> <input type="text" class="input" required> </div> |
99a41e761 Личный кабинет по... |
267 268 269 270 271 272 273 |
</div>--> @if (isset($Worker[0]->users)) <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> <label class="form-group__label">Фамилия *</label> <div class="form-group__item"> <input type="text" name="surname" id="surmane" class="input" value="{{ $Worker[0]->users->surname }}" placeholder="Филиппов" required> </div> |
e3c7b0ffb Коммит на понедел... |
274 275 |
</div> <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> |
99a41e761 Личный кабинет по... |
276 |
<label class="form-group__label">Имя *</label> |
e3c7b0ffb Коммит на понедел... |
277 |
<div class="form-group__item"> |
99a41e761 Личный кабинет по... |
278 |
<input type="text" name="name_man" id="name_man" class="input" value="{{ $Worker[0]->users->name_man }}" placeholder="Егор" required> |
e3c7b0ffb Коммит на понедел... |
279 280 |
</div> </div> |
99a41e761 Личный кабинет по... |
281 282 283 284 285 286 287 |
<div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> <label class="form-group__label">Отчество *</label> <div class="form-group__item"> <input type="text" class="input" name="surname2" id="surmane2" value="{{ $Worker[0]->users->surname2 }}" placeholder="Алексеевич"> </div> </div> @endif |
e3c7b0ffb Коммит на понедел... |
288 289 290 291 292 293 294 295 |
</div> </div> <div class="cabinet__body-item"> <h3 class="cabinet__subtitle">Основная информация</h3> <div class="cabinet__inputs"> <div class="cabinet__inputs-item cabinet__inputs-item_min form-group"> <label class="form-group__label">Возраст</label> <div class="form-group__item"> |
99a41e761 Личный кабинет по... |
296 |
<input type="number" name="old_year" id="old_year" value="{{ $Worker[0]->old_year }}" class="input" placeholder="0" required> |
e3c7b0ffb Коммит на понедел... |
297 298 299 |
</div> </div> <div class="cabinet__inputs-item cabinet__inputs-item_max form-group"> |
99a41e761 Личный кабинет по... |
300 |
<label class="form-group__label">Желаемые вакансии</label> |
e3c7b0ffb Коммит на понедел... |
301 302 |
<div class="form-group__item"> <div class="select"> |
99a41e761 Личный кабинет по... |
303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 |
<select class="js-select2" name="job_title_id[]" id="job_title_id[]" multiple="multiple"> @if ($Job_titles->count()) @foreach($Job_titles as $it) @if (isset($Worker[0]->job_titles)) @if ($Worker[0]->job_titles->count()) @foreach($Worker[0]->job_titles as $select) <option value="{{ $it->id }}" @if ($it->id == $select->id) selected @endif>{{ $it->name }}</option> @endforeach @else <option value="{{ $it->id }}">{{ $it->name }} ({{ $it->id }})</option> @endif @else <option value="{{ $it->id }}">{{ $it->name }} ({{ $it->id }})</option> @endif @endforeach @endif |
e3c7b0ffb Коммит на понедел... |
319 320 321 322 323 |
</select> </div> </div> </div> <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> |
99a41e761 Личный кабинет по... |
324 |
<label class="form-group__label">Город</label> |
e3c7b0ffb Коммит на понедел... |
325 |
<div class="form-group__item"> |
99a41e761 Личный кабинет по... |
326 |
<input type="text" name="city" id="city" value="{{ $Worker[0]->city }}" class="input" placeholder="Челябинск" required> |
e3c7b0ffb Коммит на понедел... |
327 328 329 330 331 332 |
</div> </div> <div class="cabinet__inputs-item form-group"> <label class="form-group__label">Опыт работы</label> <div class="form-group__item"> <div class="select"> |
99a41e761 Личный кабинет по... |
333 334 335 336 337 338 339 |
<select class="js-select2" id="experience" name="experience"> <option value="Не указано" @if (empty($Worker[0]->experience)) selected @endif>Не указано</option> <option value="меньше 1 года" @if ($Worker[0]->experience == 'меньше 1 года') selected @endif>меньше 1 года</option> <option value="от 1 года до 3 лет" @if ($Worker[0]->experience == 'от 1 года до 3 лет') selected @endif>от 1 года до 3 лет</option> <option value="от 3 до 5 лет" @if ($Worker[0]->experience == 'от 3 до 5 лет') selected @endif>от 3 до 5 лет</option> <option value="от 5 до 10 лет" @if ($Worker[0]->experience == 'от 5 до 10 лет') selected @endif>от 5 до 10 лет</option> <option value="Больше 10 лет" @if ($Worker[0]->experience == 'Больше 10 лет') selected @endif>Больше 10 лет</option> |
e3c7b0ffb Коммит на понедел... |
340 341 342 343 |
</select> </div> </div> </div> |
99a41e761 Личный кабинет по... |
344 |
|
e3c7b0ffb Коммит на понедел... |
345 |
<div class="cabinet__inputs-item form-group"> |
99a41e761 Личный кабинет по... |
346 |
<label class="form-group__label">Номер телефона 1</label> |
e3c7b0ffb Коммит на понедел... |
347 |
<div class="form-group__item"> |
99a41e761 Личный кабинет по... |
348 |
<input type="tel" name="telephone" id="telephone" value="{{ old('telephone') ?? $Worker[0]->telephone ?? '' }}" class="input" placeholder="+7 (___) ___-__-__" required> |
e3c7b0ffb Коммит на понедел... |
349 350 351 |
</div> </div> <div class="cabinet__inputs-item form-group"> |
99a41e761 Личный кабинет по... |
352 |
<label class="form-group__label">Номер телефона 2</label> |
e3c7b0ffb Коммит на понедел... |
353 |
<div class="form-group__item"> |
99a41e761 Личный кабинет по... |
354 |
<input type="tel" name="telephone2" id="telephon2" value="{{ old('telephone2') ?? $Worker[0]->telephone2 ?? '' }}" class="input" placeholder="+7 (___) ___-__-__"> |
e3c7b0ffb Коммит на понедел... |
355 356 357 358 |
</div> </div> </div> </div> |
99a41e761 Личный кабинет по... |
359 |
|
b3d27fa36 Обновление проект... |
360 361 362 363 364 365 366 367 368 369 370 371 372 |
<div class="cabinet__body-item"> <h4 class="cabinet__h4">О себе</h4> <textarea class="textarea" name="text" id="text" placeholder="Не указано">{{ $Worker[0]->text }}</textarea> <div class="cabinet__buttons"> <button type="submit" class="button">Сохранить</button> <label class="file"> <span class="file__input"> <input type="file" name="file" id="file"> <span class="button button_light">@if (empty($Worker[0]->file)) Прикрепить резюме @else Обновить резюме @endif</span> </span> </label> </div> </div> |
99a41e761 Личный кабинет по... |
373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 |
<div id="sertificate" name="sertificate"> @if ((isset($Worker[0]->sertificate)) && ($Worker[0]->sertificate->count() > 0)) @php $i = 0; @endphp @foreach($Worker[0]->sertificate as $it) <div style="margin-bottom: 20px" class="cabinet__body-item"> @if ($i == 0) <h3 class="cabinet__subtitle">Сертификаты / документы</h3> @endif <h4 class="cabinet__h4">Сертификат {{ $i+1 }}</h4> <div class="cabinet__inputs"> <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> <label class="form-group__label">Название сертификата</label> <div class="form-group__item"> <input type="text" class="input" value="{{ $it->name }}" disabled> </div> </div> <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> |
b3d27fa36 Обновление проект... |
390 391 392 393 394 395 396 |
<label class="form-group__label">Учебное заведение</label> <div class="form-group__item"> <input type="text" class="input" value="{{ $it->education }}" disabled> </div> </div> <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> <label class="form-group__label">Период обучения</label> |
99a41e761 Личный кабинет по... |
397 398 399 400 401 402 403 404 405 406 |
<div class="form-group__item"> <input type="text" class="input" value="{{ $it->date_begin }} - {{ $it->end_begin }}" disabled> </div> </div> <a href="{{ route('worker.delete_sertificate', ['doc' => $it->id]) }}" class="button button_light"> <svg> <use xlink:href="{{ asset('images/sprite.svg#del') }}"></use> </svg> Удалить </a> |
e3c7b0ffb Коммит на понедел... |
407 408 |
</div> </div> |
99a41e761 Личный кабинет по... |
409 410 411 412 413 414 |
@php $i++ @endphp @endforeach @else <div style="margin-bottom: 20px" class="cabinet__body-item"> <h3 class="cabinet__subtitle">Сертификаты / документы</h3> Нет сертификатов |
e3c7b0ffb Коммит на понедел... |
415 |
</div> |
99a41e761 Личный кабинет по... |
416 |
@endif |
e3c7b0ffb Коммит на понедел... |
417 |
</div> |
99a41e761 Личный кабинет по... |
418 |
|
e3c7b0ffb Коммит на понедел... |
419 |
<div class="cabinet__body-item"> |
b3d27fa36 Обновление проект... |
420 421 |
<a class="button button_light" href="{{ route('worker.new_sertificate',['worker' => $Worker[0]->id]) }}" id="button_new_doc" name="button_new_doc"> |
e3c7b0ffb Коммит на понедел... |
422 |
Добавить сертификат |
b3d27fa36 Обновление проект... |
423 |
</a> |
e3c7b0ffb Коммит на понедел... |
424 |
</div> |
99a41e761 Личный кабинет по... |
425 426 |
<div class="cabinet__body-item" name="ajax_dop_diplomi" id="ajax_dop_diplomi"> |
e3c7b0ffb Коммит на понедел... |
427 |
<h4 class="cabinet__h4">Дополнительная информация</h4> |
b3d27fa36 Обновление проект... |
428 429 |
<div class="cabinet__inputs" id="block_sertificate"> @if (isset($Worker[0]->infobloks)) |
99a41e761 Личный кабинет по... |
430 431 432 433 434 435 436 |
@if ($Worker[0]->infobloks->count()) @php $i = 1; @endphp @foreach ($Worker[0]->infobloks as $info) <div class="cabinet__inputs-item form-group"> <label class="form-group__label">{{ $info->name }}</label> <div class="form-group__item"> <div class="select"> |
b3d27fa36 Обновление проект... |
437 |
<select data-info="{{ $info->id }}" class="js-select2 sertificates_js"> |
99a41e761 Личный кабинет по... |
438 439 440 441 442 |
<option value="0">Нет</option> <option value="1" selected>Да</option> </select> </div> </div> |
e3c7b0ffb Коммит на понедел... |
443 |
</div> |
99a41e761 Личный кабинет по... |
444 445 446 447 |
@php $i++; @endphp @endforeach @endif @endif |
b3d27fa36 Обновление проект... |
448 |
<!--<div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> |
99a41e761 Личный кабинет по... |
449 |
<label class="form-group__label">Образцы дипломов и документов</label> |
e3c7b0ffb Коммит на понедел... |
450 451 |
<div class="form-group__item"> <div class="select"> |
99a41e761 Личный кабинет по... |
452 |
<select class="js-select2" id="documents" name="documents"> |
b3d27fa36 Обновление проект... |
453 454 455 456 457 |
_if ($Infoblocks->count()) _foreach ($Infoblocks as $it) <option value="_$it->id }}">_$it->name }}</option> _endforeach _endif |
e3c7b0ffb Коммит на понедел... |
458 459 460 |
</select> </div> </div> |
b3d27fa36 Обновление проект... |
461 |
</div>--> |
e3c7b0ffb Коммит на понедел... |
462 |
</div> |
b3d27fa36 Обновление проект... |
463 464 465 |
<a href="{{ route('worker.add_diplom', ['worker' => $Worker[0]->id]) }}" name="btn_new_diplom" data-val="{{ $Worker[0]->id }}" id="btn_new_diplom" class="button button_light"> Добавить документ </a> |
e3c7b0ffb Коммит на понедел... |
466 467 468 |
</div> <div class="cabinet__body-item"> <div class="cabinet__works"> |
99a41e761 Личный кабинет по... |
469 470 471 |
@if (isset($Worker[0]->place_worker)) @php $i = 1; @endphp @foreach($Worker[0]->place_worker as $company) |
e3c7b0ffb Коммит на понедел... |
472 473 474 475 |
<div class="cabinet__works-item"> <div class="cabinet__works-spoiler active"> <div class="cabinet__works-spoiler-left"> <div class="cabinet__works-spoiler-buttons"> |
a9dfa8c95 Обновление на 7 м... |
476 |
<a href="{{ route('worker.delete_document', ['doc' => $company->id]) }}" class="button button_light js-works-remove"> |
e3c7b0ffb Коммит на понедел... |
477 |
<svg> |
99a41e761 Личный кабинет по... |
478 |
<use xlink:href="{{ asset('images/sprite.svg#del') }}"></use> |
e3c7b0ffb Коммит на понедел... |
479 |
</svg> |
a9dfa8c95 Обновление на 7 м... |
480 481 |
</a> <a href="{{ route('worker.edit_document', ['doc' => $company->id, 'worker' => $Worker[0]->id]) }}" type="button" class="button button_light js-works-edit"> |
e3c7b0ffb Коммит на понедел... |
482 |
<svg> |
99a41e761 Личный кабинет по... |
483 |
<use xlink:href="{{ asset('images/sprite.svg#pencil') }}"></use> |
e3c7b0ffb Коммит на понедел... |
484 |
</svg> |
a9dfa8c95 Обновление на 7 м... |
485 |
</a> |
e3c7b0ffb Коммит на понедел... |
486 |
</div> |
99a41e761 Личный кабинет по... |
487 |
<div class="cabinet__works-spoiler-text">Место работы {{ $i }}</div> |
e3c7b0ffb Коммит на понедел... |
488 489 490 |
</div> <button type="button" class="cabinet__works-spoiler-right js-parent-toggle"> <svg> |
99a41e761 Личный кабинет по... |
491 |
<use xlink:href="{{ asset('images/sprite.svg#arrow-bold') }}"></use> |
e3c7b0ffb Коммит на понедел... |
492 493 494 495 496 497 498 499 |
</svg> </button> </div> <div class="cabinet__works-body"> <div class="cabinet__inputs"> <div class="cabinet__inputs-item form-group"> <label class="form-group__label">Должность</label> <div class="form-group__item"> |
99a41e761 Личный кабинет по... |
500 |
<input type="text" class="input" value="{{ $company->job_title }}"> |
e3c7b0ffb Коммит на понедел... |
501 502 503 504 505 |
</div> </div> <div class="cabinet__inputs-item form-group"> <label class="form-group__label">Опыт работы в танкерном флоте</label> <div class="form-group__item"> |
99a41e761 Личный кабинет по... |
506 |
<input type="text" class="input" value="@if ($company->tanker) Есть @else Нет @endif"> |
e3c7b0ffb Коммит на понедел... |
507 508 509 510 511 |
</div> </div> <div class="cabinet__inputs-item form-group"> <label class="form-group__label">Название теплохода</label> <div class="form-group__item"> |
99a41e761 Личный кабинет по... |
512 |
<input type="text" class="input" value="{{ $company->teplohod }}"> |
e3c7b0ffb Коммит на понедел... |
513 514 515 516 517 |
</div> </div> <div class="cabinet__inputs-item form-group"> <label class="form-group__label">Тип (GWT)</label> <div class="form-group__item"> |
99a41e761 Личный кабинет по... |
518 |
<input type="text" class="input" value="{{ $company->GWT }}"> |
e3c7b0ffb Коммит на понедел... |
519 520 521 522 523 |
</div> </div> <div class="cabinet__inputs-item form-group"> <label class="form-group__label">ГД (кВТ)</label> <div class="form-group__item"> |
99a41e761 Личный кабинет по... |
524 |
<input type="text" class="input" value="{{ $company->KBT }}"> |
e3c7b0ffb Коммит на понедел... |
525 526 527 528 529 |
</div> </div> <div class="cabinet__inputs-item form-group"> <label class="form-group__label">Начало контракта</label> <div class="form-group__item"> |
99a41e761 Личный кабинет по... |
530 |
<input type="text" class="input" value="{{ $company->begin_work }}"> |
e3c7b0ffb Коммит на понедел... |
531 532 533 534 535 |
</div> </div> <div class="cabinet__inputs-item form-group"> <label class="form-group__label">Окончание контракта</label> <div class="form-group__item"> |
99a41e761 Личный кабинет по... |
536 |
<input type="text" class="input" value="{{ $company->end_work }}"> |
e3c7b0ffb Коммит на понедел... |
537 538 539 540 541 |
</div> </div> <div class="cabinet__inputs-item form-group"> <label class="form-group__label">Название компании</label> <div class="form-group__item"> |
99a41e761 Личный кабинет по... |
542 |
<input type="text" class="input" value="{{ $company->name_company }}"> |
e3c7b0ffb Коммит на понедел... |
543 544 545 546 547 |
</div> </div> </div> </div> </div> |
99a41e761 Личный кабинет по... |
548 549 550 |
@php $i++ @endphp @endforeach @endif |
e3c7b0ffb Коммит на понедел... |
551 |
</div> |
e3c7b0ffb Коммит на понедел... |
552 |
</div> |
b3d27fa36 Обновление проект... |
553 |
<a href="{{ route('worker.add_document', ['worker' => $Worker[0]->id]) }}" id="new_work" name="new_work" class="button button_light cabinet__works-add">Новое место работы</a> |
e3c7b0ffb Коммит на понедел... |
554 555 556 557 558 559 560 |
</form> </div> </div> </section> </div> <div> @endsection |