{{ __('Dashboard') }}

@php $current_image_uuid = auth()->user()->devices()->first()->current_screen_image; $current_image_path = 'images/generated/' . $current_image_uuid . '.png'; @endphp @if($current_image_uuid) Current Image @else {{ __("You're logged in!") }} @endif