• @csrf
    @if(Auth::user()->company->package->monthly_cost == 0 && Auth::user()->company->hasReseller() == false)
  • Uppgradera
  • @endif
  • @if(count( Auth::user()->company->unreadNotices())) {{ count( Auth::user()->company->unreadNotices()) }} @endif
  • {{-- If this user have a paid package and an unpaid invoice we will display information --}} @if(Auth::user()->company->package->monthly_cost > 0 && Auth::user()->company->invoices()->unpaid()->count() > 0 && Auth::user()->company->hasReseller() == false)
  • {{ Auth::user()->company->invoices()->unpaid()->count() }} Faktura
  • @endif @if(Auth::user()->company->package->max_email_sendouts > 0 && Auth::user()->company->currentMonthSendouts()['usage_percent'] >= 90)
  • {{ number_format(Auth::user()->company->currentMonthSendouts()['usage_percent'], 0) }}%
  • @endif