@extends('layouts.overlay') @section('title', 'DESKTOP') @section('body-class', 'camera-hud-body') @section('styles') @endsection @section('crt') {{-- transparent overlay — no CRT overlays --}} @endsection @section('content') @include('partials.screen-frame', ['id' => 'scr', 'label' => 'SCR 01']) @include('partials.camera-frame', ['id' => 'cam', 'label' => 'CAM 01']) @endsection @section('scripts') @endsection