diff --git a/public/ic_cloud_circle.png b/public/ic_cloud_circle.png new file mode 100644 index 000000000000..dc5cf5a47619 Binary files /dev/null and b/public/ic_cloud_circle.png differ diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index ac65af625cbe..df231e399c5c 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -1,35 +1,36 @@ + + + + @if (Utils::isWhiteLabel()) {{ trans('texts.client_portal') }} + @else {{ isset($title) ? ($title . ' | Invoice Ninja') : ('Invoice Ninja | ' . trans('texts.app_title')) }} + + + + + + + + + + + + + + + + + @endif - - - - - - - - - - - - - - - - - - - - -