forgotten company and user logo added

This commit is contained in:
batuhanbas
2019-11-29 11:09:11 +03:00
parent ff69b26214
commit 1c281db6f3
14 changed files with 29 additions and 24 deletions

View File

@@ -199,9 +199,7 @@
<li class="nav-item dropdown">
<a class="nav-link pr-0" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<div class="media align-items-center">
<span class="avatar avatar-sm rounded-circle bg-default font-size-1">
<i class="fas fa-user-alt"></i>
</span>
<img src="{{ asset('public/img/user.png') }}" height="36" width="36" alt="User"/>
<div class="media-body ml-2 d-none d-lg-block">
<span class="mb-0 text-sm font-weight-bold">
@if (!empty($user->name))

View File

@@ -46,7 +46,7 @@
@else
{!! $module->price_prefix !!}
@if (isset($module->special_price))
<del>{{ $module->price }}</del>
<del class="text-danger">{{ $module->price }}</del>
{{ $module->special_price }}
@else
{{ $module->price }}

View File

@@ -30,7 +30,7 @@
@else
{!! $module->price_prefix !!}
@if (isset($module->special_price))
<del>{{ $module->price }}</del>
<del class="text-danger">{{ $module->price }}</del>
{{ $module->special_price }}
@else
{{ $module->price }}

View File

@@ -91,9 +91,7 @@
<li class="nav-item dropdown">
<a class="nav-link pr-0" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="media align-items-center">
<span class="avatar avatar-sm rounded-circle bg-default font-size-1">
<i class="fas fa-user-alt"></i>
</span>
<img src="{{ asset('public/img/user.png') }}" height="36" width="36" alt="User"/>
<div class="media-body ml-2 d-none d-lg-block">
<span class="mb-0 text-sm font-weight-bold">
@if (!empty($user->name))