{{-- Video Insights component. Expects: $video (Video model) Renders the Insights tab panel + modal + all JS — only for the video owner. --}} @php $isVideoOwner = Auth::check() && Auth::id() === $video->user_id; @endphp @if($isVideoOwner) {{-- Panel: placed inside .vdb-wrap right after the About panel --}}