balanceDirty = $balanceDirty ?? false; $this->currency = $currency; $this->foreign = $foreign; $this->type = $type; $this->source = $source; $this->destination = $destination; $this->account = $account; } /** * Get the view / contents that represent the component. */ public function render(): Closure|string|View { return view('components.elements.transaction-running-balance'); } }