//routes\web.php Route::get('/post/{id}', ShowPost::class); //app\Http\Livewire\ShowPost.php class ShowPost extends Component { public $post; public function ...
確定! 回上一頁