emblema.blade.php
367 Bytes
<div class="cabinet__side-toper-pic">
@if (!empty($Employer[0]->logo))
<img src="{{ asset(Storage::url($Employer[0]->logo)) }}" width="150" alt="{{ $Employer[0]->name_company }}">
@else
<img src="{{ asset('images/logo_emp.png') }}" width="150" alt="{{ $Employer[0]->name_company }}"/>
@endif
</div>
<b>{{ $Employer[0]->name_company }}</b>