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