companyId = $companyId; $this->containerId = $containerId; } public function render() { return view('main::agent.livewire.create', [ ]); } }