© 2026 Hedgehog Software, LLC
Column::make('test')->view('visual-testing::livewire.visual-testing-test')
<div class="flex"> <div> <p>{{$token}}</p> </div> <x-heroicon-o-clipboard class="w-5 cursor-pointer" @click=""/> </div>
getState()
::make('token')
$getRecord()
<div> {{ $getState() }} </div>
<div> {{ $getRecord()->token }} </div>