@php // Check, ob die Seite im Iframe (Monitor) geladen wird $isIframe = request()->query('mode') == 'iframe'; @endphp @if(!$isIframe) @extends('layouts.app') @section('content') @endif