null, 'routing_number' => null, 'institution_number' => null, 'transit_number' => null, 'bank_name' => null, 'account_number' => null, 'country' => 'US', "authorization_type" => 'Online' ]; public function __construct(public array $account) { $this->attributes = $this->newAttributeBag(Arr::only($this->account, $this->fields) ); } public function render() { return render('gateways.rotessa.components.account', $this->attributes->getAttributes() + $this->defaults); } }