'decimal:2', 'created_at' => 'datetime', 'updated_at' => 'datetime', ]; public function accountReceive(): BelongsTo { return $this->belongsTo(FranchiseeAccountReceive::class, 'franchisee_account_receive_id'); } }