'boolean', ]; public function users() { return $this->belongsToMany(User::class, 'branch_user')->withTimestamps(); } }