@extends('layouts.component.app') @section('title', config('app.name')) @section('content') @livewire('show-vt', ['vvt_id' => $vvt_id]) @endsection