{{-- Only show support module if the user is logged in --}} @if(Auth::check()) {{-- Render support button --}}
{{ Lang::get('supportmodule.title') }}
@endif