type = $type; $this->amount = $amount; $this->foreign = $foreign; $this->account = $account; $this->pcAmount = $pcAmount; } /** * Get the view / contents that represent the component. */ public function render(): Closure|string|View { return view('components.elements.transaction-amount'); } }