hasOne('App\Models\OfficeLocation', 'id', 'branch_id'); } public function staff_info(){ return $this->hasOne('App\Models\StaffMember', 'id', 'uploaded_by'); } }