belongsTo(User::class) ->withTimestamps(); } public function branch() { return $this->belongsTo(Branch::class); } }