where('name', '=', $report)->value('name'); // Pass it to the view return view('MainView', compact('datatableName')); }); Route::get('/login', \App\Livewire\Login::class); Route::view('/test-datatables', 'components.layouts/datatables');