'boolean']; } public function branch(): BelongsTo { return $this->belongsTo(Branch::class, 'branch_id'); } }