@extends('layouts.component.app') @section('title', 'KPI') @section('content') @livewire('kpi.kpi-view', ['vvt_id' => $vvt_id]) @endsection