User Model
public function statements() { return $this->hasMany(\'\\App\\Models\\Statement\',\'account_number\',\'name\'); }
Statement