Blame view

resources/views/workers/emblema.blade.php 360 Bytes
e3c7b0ffb   Андрей Ларионов   Коммит на понедел...
1
2
3
4
5
6
7
8
  <div class="cabinet__side-toper-pic">
      @if (isset($Worker[0]->photo))
          <img src="{{ asset(Storage::url($Worker[0]->photo)) }}" width="150" alt="{{ $Worker[0]->name_man }}">
      @else
          <img src="{{ asset('images/logo_emp.png') }}" width="150" alt="{{ $Worker[0]->name_man }}"/>
      @endif
  </div>
  <b>{{ $User->surname." ".$User->name_man }}</b>