{{-- Laravel's HTML message wrapper, published so the page title reads the installation's own name instead of the one baked into config('app.name') at install time. This is a copy of a framework view, so it does not follow Laravel forward on its own. If an upgrade changes the wrapper, re-copy it and re-apply the one-line change below. --}} get(Setting::SiteName); $siteName = is_string($siteName) ? $siteName : 'ProjectSend'; ?> {{ $siteName }} {!! $head ?? '' !!}