/* Decoded by unphp.net */ call($params->theme) ->set('search', 'Not McDonalds') ->assertSee('Not McDonalds'); })->with('nested_search_themes'); dataset('nested_search_themes', [ 'tailwind' => [NestedRelationSearchTable::class, (object) ['theme' => 'tailwind']], 'bootstrap' => [NestedRelationSearchTable::class, (object) ['theme' => 'bootstrap']], ]); ?>