{{ trans('app.example') }}:

@if (Auth::user()->isFromMerchant())

{{ trans('help.custom_css_guideline_for_merchant') }}

  .header-fullname {
    color: #fed700;
  }
  #profile-container .profile-header .thumbnail {
    width: 150px;
    height: 150px;
  }
@else

{{ trans('help.custom_css_guideline') }}

  .header__navigation {
    background: #020428;
  }
  .search-box__button button {
    background: #404041;
  }
  .footer {
    background: #020428;
  }
@endif