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(): View|Closure|string { return view('components.elements.transaction-amount'); } }