@extends('layouts.overlay') @section('title', 'GAME') @section('body-class', 'camera-hud-body') @section('styles') @endsection @push('data-scripts') @endpush @section('crt') {{-- no CRT overlays on the transparent game HUD --}} @endsection @section('content') @include('partials.hud-strip', [ 'variant' => 'live', 'idText' => 'OPHI-118 // LIVE', ]) @include('partials.camera-frame', ['id' => 'cam', 'label' => 'CAM 01']) @endsection @section('scripts') @endsection